Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/backend/src/services/NotificationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
return [user_id];
};

thisChangeShouldNotPassChecks();

Check failure on line 37 in src/backend/src/services/NotificationService.js

View workflow job for this annotation

GitHub Actions / test (22.x)

'thisChangeShouldNotPassChecks' is not defined

Check failure on line 37 in src/backend/src/services/NotificationService.js

View workflow job for this annotation

GitHub Actions / test (20.x)

'thisChangeShouldNotPassChecks' is not defined


/**
* @class NotificationService
Expand Down
Loading