diff options
Diffstat (limited to 'shared/extra-utils/users/notifications.ts')
-rw-r--r-- | shared/extra-utils/users/notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/users/notifications.ts b/shared/extra-utils/users/notifications.ts index 7db4bfd3f..07ccb0f8d 100644 --- a/shared/extra-utils/users/notifications.ts +++ b/shared/extra-utils/users/notifications.ts | |||
@@ -727,7 +727,7 @@ async function checkNotification (options: CheckerBaseParams & { | |||
727 | const check = options.check || { web: true, mail: true } | 727 | const check = options.check || { web: true, mail: true } |
728 | 728 | ||
729 | if (check.web) { | 729 | if (check.web) { |
730 | const notification = await server.notifications.getLastest({ token: token }) | 730 | const notification = await server.notifications.getLatest({ token: token }) |
731 | 731 | ||
732 | if (notification || checkType !== 'absence') { | 732 | if (notification || checkType !== 'absence') { |
733 | notificationChecker(notification, checkType) | 733 | notificationChecker(notification, checkType) |