Merge pull request #222 from zoff-music/fix/improved-finding-errorsongs

Fixed small } error
This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-10 11:16:38 +01:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ function get_correct_info(song_generated, channel, broadcast) {
});
}
}
catch(e){
} catch(e){
console.log(e);
}
});
@@ -103,7 +103,7 @@ function check_error_video(msg, channel) {
}
});
}
catch(e){
} catch(e){
console.log(e);
}
});