This commit is contained in:
nyaundi brian 2019-11-13 10:05:42 +03:00
джерело d64f91b74e
коміт f56d570e7f
1 змінених файлів з 0 додано та 1 видалено

@ -66,7 +66,6 @@ module.exports.create = function(config) {
apiTimeDiff = res.body - Math.round(Date.now() / 1000); apiTimeDiff = res.body - Math.round(Date.now() / 1000);
return api(httpMethod, path, params); return api(httpMethod, path, params);
}).catch(function(err) { }).catch(function(err) {
// todo
throw new Error('[OVH] Unable to fetch OVH API time'); throw new Error('[OVH] Unable to fetch OVH API time');
}); });
} }