fix comma dangle linter issue

This commit is contained in:
Josh Hawkins
2025-11-16 11:38:06 -06:00
parent 12f6092a5b
commit fa12cc408c
+1 -1
View File
@@ -52,7 +52,7 @@ self.addEventListener("notificationclick", (event) => {
"X-CSRF-TOKEN": 1,
},
body: JSON.stringify({ ids: [event.notification.data.id] }),
})
}), // eslint-disable-line comma-dangle
);
}
break;