Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bo.yang committed May 20, 2021
1 parent 4e3fd47 commit a28b248
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/holdcloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ HoldCloud.prototype.updateToken = async function () {
username: this.username,
password: crypto.createHash('md5').update(this.password, 'utf8').digest('hex'),
},
}).catch((error) => {
throw error;
});
this.token = result.jweToken;
return result.jweToken;
Expand Down

0 comments on commit a28b248

Please sign in to comment.