From 395eac26a3dcc66c461babba4cce42ef2df7823f Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Tue, 27 Apr 2021 23:52:08 +0300 Subject: [PATCH] switch function name to camelCase Co-authored-by: th-ch --- plugins/notifications/interactive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notifications/interactive.js b/plugins/notifications/interactive.js index 61f9fed0..9dbed278 100644 --- a/plugins/notifications/interactive.js +++ b/plugins/notifications/interactive.js @@ -20,7 +20,7 @@ module.exports.setupInteractive = (win, unpauseNotification) => { //delete old notification let toDelete; -function Delete() { +function deleteNotification() { if (toDelete !== undefined) { const removeNotif = Object.assign(toDelete, { remove: toDelete.id