diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-05-01 19:04:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 19:04:52 -0500 |
commit | 4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b (patch) | |
tree | 6e8281984bef6d30cd2988fbf80bfcd22c4f668e /build/hypixel.js | |
parent | 644e9c6629453b07844ca83fab7fbe9a3185b4b6 (diff) | |
download | skyblock-api-4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b.tar.gz skyblock-api-4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b.tar.bz2 skyblock-api-4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b.zip |
Show minions that haven't been unlocked in response (#20)
* add minions that haven't been unlocked yet to response, and slightly optimize constants
* remove most console.logs with console.debugs
* mock constants
Diffstat (limited to 'build/hypixel.js')
-rw-r--r-- | build/hypixel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/hypixel.js b/build/hypixel.js index 9e9007e..d77e1ae 100644 --- a/build/hypixel.js +++ b/build/hypixel.js @@ -69,7 +69,7 @@ async function fetchUser({ user, uuid, username }, included = ['player']) { if (!uuid) { // the user doesn't exist. if (_1.debug) - console.log('error:', user, 'doesnt exist'); + console.debug('error:', user, 'doesnt exist'); return null; } const includePlayers = included.includes('player'); |