lint compliance

This commit is contained in:
yflory 2025-06-27 15:42:13 +02:00
parent da6ffaaea3
commit 258c4729eb

View File

@ -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;
}