This commit is contained in:
Kasper Rynning-Tønnesen
2019-04-06 15:20:10 +02:00
parent 1e7153b995
commit 76dea850a6
2 changed files with 2 additions and 3 deletions

View File

@@ -376,7 +376,7 @@ function check_error_video(msg, channel) {
try {
var resp = JSON.parse(body);
if(resp.pageInfo.totalResults == 0) {
findSimilar(msg, channel, true, undefined)
findSimilar(msg, channel, true, undefined);
}
} catch(e){
console.log(msg.id, key, e, body);