chore: remove old hoarders list console log
This commit is contained in:
parent
661fcd8ee6
commit
bcc2d4db6f
1 changed files with 0 additions and 1 deletions
|
|
@ -428,7 +428,6 @@ async function HoardersList(min, avatars) {
|
||||||
try {
|
try {
|
||||||
AvatarsFetched++
|
AvatarsFetched++
|
||||||
const Avatar = (await (await fetch('https://api.polytoria.com/v1/users/' + hoarder.user.id)).json());
|
const Avatar = (await (await fetch('https://api.polytoria.com/v1/users/' + hoarder.user.id)).json());
|
||||||
console.log(hoarder.user.username, Avatar)
|
|
||||||
hoarder.user.avatar = Avatar.thumbnail.icon;
|
hoarder.user.avatar = Avatar.thumbnail.icon;
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
hoarder.user.avatar = ''
|
hoarder.user.avatar = ''
|
||||||
|
|
|
||||||
Reference in a new issue