Cette révision appartient à :
nyaundi brian 2019-11-13 10:05:42 +03:00
Parent d64f91b74e
révision f56d570e7f
1 fichiers modifiés avec 0 ajouts et 1 suppressions

Voir le fichier

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