Skip to content

Commit

Permalink
feat: add logs for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
serezhaolshan committed Oct 8, 2024
1 parent 5f0ce93 commit 6d066d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export class HistoricalNotificationsService {
}

async addHistoricalNotification(watcherId: string, notification: Record<string, unknown>) {
console.log("Adding historical notification", { watcherId, notification });
return this.repository.addHistoricalNotification(watcherId, notification);
}
}

0 comments on commit 6d066d2

Please sign in to comment.