Skip to content

Commit ee239da

Browse files
Sem VissscherSem Vissscher
Sem Vissscher
authored and
Sem Vissscher
committed
removed unnecessary await keyword
1 parent 9be3e1a commit ee239da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/songInfo/back.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const getPausedStatus = async win => {
7070
// This variable will be filled with the callbacks once they register
7171
const callbacks = [];
7272

73-
module.exports = async win => {
73+
module.exports = win => {
7474
// Fill songInfo with empty values
7575
global.songInfo = {
7676
title: '',

0 commit comments

Comments
 (0)