- removed unecessary code in previous commit

- removed unecessary argument in catch
This commit is contained in:
void
2020-02-16 17:27:42 +01:00
parent 591364b505
commit bb92a75ccb

View File

@@ -102,7 +102,7 @@ module.exports = class OmbiService {
} else {
resolve(data[0].id);
}
}).catch((sel) => {
}).catch(() => {
this.client.reply(msg, 'Something went wrong! Couldn\'t find any movie.');
});
});