Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
v 1.0.1
  • Loading branch information
TheCaJlaT authored Aug 31, 2021
1 parent 0488476 commit 884f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Crypto {
'Accept': 'application/json, text/plain, */*',
'Content-Type': 'application/json'
}
}).then(res => res.json())
}).then(res => res.status === 200 ? res.json() : res.text())
}
async stats() {
return await this.call()
Expand Down

0 comments on commit 884f929

Please sign in to comment.