Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 14, 2023
1 parent 56be5aa commit fc3ed11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/states/cache/saga/getDiscussionStateById.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export function* getDiscussionStateById({
payload.callback(null, data);
}
} catch (error) {
console.log(error);
yield put(
updateStateAction({
discussionId,
Expand Down

0 comments on commit fc3ed11

Please sign in to comment.