switch function name to camelCase

Co-authored-by: th-ch <th-ch@users.noreply.github.com>
This commit is contained in:
Araxeus
2021-04-27 23:52:08 +03:00
committed by GitHub
parent 7c6ed7bb31
commit 395eac26a3

View File

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