From ee239da64740861f9acb14483d048bf98fe4fb4e Mon Sep 17 00:00:00 2001 From: Sem Vissscher Date: Mon, 21 Dec 2020 21:11:00 +0100 Subject: [PATCH] removed unnecessary await keyword --- plugins/songInfo/back.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/songInfo/back.js b/plugins/songInfo/back.js index 94d7618a..a9bed913 100644 --- a/plugins/songInfo/back.js +++ b/plugins/songInfo/back.js @@ -70,7 +70,7 @@ const getPausedStatus = async win => { // This variable will be filled with the callbacks once they register const callbacks = []; -module.exports = async win => { +module.exports = win => { // Fill songInfo with empty values global.songInfo = { title: '',