Browse Source

remove todo

master
nyaundi brian 5 years ago
parent
commit
f56d570e7f
  1. 1
      lib/index.js

1
lib/index.js

@ -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');
});
}

Loading…
Cancel
Save