aboutsummaryrefslogtreecommitdiff
path: root/src/hypixel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypixel.ts')
-rw-r--r--src/hypixel.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hypixel.ts b/src/hypixel.ts
index 979b57f..723feea 100644
--- a/src/hypixel.ts
+++ b/src/hypixel.ts
@@ -183,8 +183,11 @@ export async function fetchMemberProfileUncached(playerUuid: string, profileUuid
null,
{ mainMemberUuid: playerUuid }
)
+
+ // queue updating the leaderboard positions for the member, eventually
for (const member of profile.members)
queueUpdateDatabaseMember(member, profile)
+
return profile
}