Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 committed Jul 19, 2024
1 parent 8060411 commit 1caf9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/notification/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export const addNotification = async (
recipient,
notificationType,
event,
dispatchBlock ?? event.inBlock
dispatchBlock || event.inBlock
)
} else {
const { lastProcessedBlock } = await getCurrentBlockHeight(store as EntityManager)
Expand Down

0 comments on commit 1caf9ed

Please sign in to comment.