remove todo

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