From 30bdbbdc644789d4ef096cd7a75137a4a491e497 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 26 Apr 2025 22:51:14 +0200 Subject: [PATCH] revert another unintentional change --- server/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/notification.js b/server/notification.js index af19dd841..537f7d137 100644 --- a/server/notification.js +++ b/server/notification.js @@ -289,4 +289,4 @@ async function applyNotificationEveryMonitor(notificationID, userID) { module.exports = { Notification, -}; \ No newline at end of file +};