diff --git a/src/historical-notifications/historical-notifications.service.ts b/src/historical-notifications/historical-notifications.service.ts index aead722..e5cda5e 100644 --- a/src/historical-notifications/historical-notifications.service.ts +++ b/src/historical-notifications/historical-notifications.service.ts @@ -12,6 +12,7 @@ export class HistoricalNotificationsService { } async addHistoricalNotification(watcherId: string, notification: Record) { + console.log("Adding historical notification", { watcherId, notification }); return this.repository.addHistoricalNotification(watcherId, notification); } } \ No newline at end of file