Fixed small } error

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-10 11:16:09 +01:00
parent dc8290ff28
commit 1debe715d4

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);
}
});