summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/PushNotificationService.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/backend/src/core/PushNotificationService.ts')
-rw-r--r--packages/backend/src/core/PushNotificationService.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/core/PushNotificationService.ts b/packages/backend/src/core/PushNotificationService.ts
index 98e0841799..bffb24cf4c 100644
--- a/packages/backend/src/core/PushNotificationService.ts
+++ b/packages/backend/src/core/PushNotificationService.ts
@@ -37,6 +37,7 @@ function truncateNotification(notification: Packed<'Notification'>): any {
return notification;
}
+import { bindThis } from '@/decorators.js';
@Injectable()
export class PushNotificationService {