1
0
Derivar 0
Este cometimento está contido em:
nyaundi brian 2019-11-13 10:05:42 +03:00
ascendente d64f91b74e
cometimento f56d570e7f
1 ficheiros modificados com 0 adições e 1 eliminações

Ver ficheiro

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