From 3e493effaf5d14b739030459976721a95293f257 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 6 Dec 2022 09:17:37 +0900 Subject: [PATCH] chore: add missing decoration of PushNotificationService --- packages/backend/src/core/PushNotificationService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/backend/src/core/PushNotificationService.ts b/packages/backend/src/core/PushNotificationService.ts index 512b6025b..df5284de4 100644 --- a/packages/backend/src/core/PushNotificationService.ts +++ b/packages/backend/src/core/PushNotificationService.ts @@ -52,6 +52,7 @@ export class PushNotificationService { ) { } + @bindThis public async pushNotification(userId: string, type: T, body: pushNotificationsTypes[T]) { const meta = await this.metaService.fetch();