diff --git a/src/services/NotificationService.ts b/src/services/NotificationService.ts index 1b341b5..ea92c59 100644 --- a/src/services/NotificationService.ts +++ b/src/services/NotificationService.ts @@ -18,7 +18,7 @@ export class NotificationService { private encryptionKey = crypto.randomBytes(32); private iv = crypto.randomBytes(16); - public async reloadAPNsTokenIfTimePassed() { + public reloadAPNsTokenIfTimePassed() { if (this.lastReloadedTimeForAPNsIsTooRecent()) { return; }