We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3fd47 commit a28b248Copy full SHA for a28b248
1 file changed
lib/holdcloud.js
@@ -51,8 +51,6 @@ HoldCloud.prototype.updateToken = async function () {
51
username: this.username,
52
password: crypto.createHash('md5').update(this.password, 'utf8').digest('hex'),
53
},
54
- }).catch((error) => {
55
- throw error;
56
});
57
this.token = result.jweToken;
58
return result.jweToken;
0 commit comments