From 258c4729ebc6750bbaffa8e50d516b536b8a7eaf Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 27 Jun 2025 15:42:13 +0200 Subject: [PATCH] lint compliance --- www/notifications/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/notifications/inner.js b/www/notifications/inner.js index dfde1dd67..265cd8d5d 100644 --- a/www/notifications/inner.js +++ b/www/notifications/inner.js @@ -162,7 +162,7 @@ define([ $('.cp-app-notification-archived[data-hash="' + data.hash + '"]').css('display', 'flex'); } }); - const handler = function (e) { + const handler = function () { if (!notifsData) { return; }