removed unnecessary await keyword

This commit is contained in:
Sem Vissscher
2020-12-21 21:11:00 +01:00
parent 9be3e1afe9
commit ee239da647

View File

@ -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: '',