Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into dev
  • Loading branch information
jlarsson committed May 24, 2024
2 parents 1d2231d + 364ae27 commit d64da12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const createOverdueClaimsNotifier =
if (now >= getNextClaimEventDate(c, interval)) {
// Queue notification for Email/SMS delivery
actions(() =>
notifications.advertNotCollected(
notifications.advertNotReturned(
c.by,
{ id: c.by, roles: {} },
c.quantity,
Expand Down

0 comments on commit d64da12

Please sign in to comment.