From f56d570e7fd1349a63efecef08c17afc934242b3 Mon Sep 17 00:00:00 2001 From: nyaundi brian Date: Wed, 13 Nov 2019 10:05:42 +0300 Subject: [PATCH] remove todo --- lib/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 660c58b..0b005e2 100644 --- a/lib/index.js +++ b/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'); }); }