diff --git a/server/handlers/search.js b/server/handlers/search.js index 96a41a6c..bec1349f 100644 --- a/server/handlers/search.js +++ b/server/handlers/search.js @@ -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); } });