aboutsummaryrefslogtreecommitdiff
path: root/build/hypixel.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/hypixel.js')
-rw-r--r--build/hypixel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/hypixel.js b/build/hypixel.js
index 9b307b5..175ee79 100644
--- a/build/hypixel.js
+++ b/build/hypixel.js
@@ -156,6 +156,7 @@ async function fetchMemberProfileUncached(playerUuid, profileUuid) {
path: 'skyblock/profile',
args: { profile: profileUuid }
}, null, { mainMemberUuid: playerUuid });
+ // queue updating the leaderboard positions for the member, eventually
for (const member of profile.members)
database_1.queueUpdateDatabaseMember(member, profile);
return profile;