remove todo

这个提交包含在:
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);
return api(httpMethod, path, params);
}).catch(function(err) {
// todo
throw new Error('[OVH] Unable to fetch OVH API time');
});
}