Skip to content

Commit

Permalink
fix(profile): use correct discussions loaded event
Browse files Browse the repository at this point in the history
  • Loading branch information
undrcrxwn committed Feb 1, 2024
1 parent 2a92cd4 commit 75ab544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profile/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sample({
});

sample({
clock: apiV1DiscussionsGet.doneData,
clock: getDiscussionsFx.doneData,
fn: (x) => x.answer,
target: $discussions,
});

0 comments on commit 75ab544

Please sign in to comment.