aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index fe35009..4464ca7 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -47,7 +47,7 @@ app.get('/', async (req, res) => {
usernameCacheSize: usernameCache.keys().length,
basicProfilesCacheSize: basicProfilesCache.keys().length,
playerCacheSize: playerCache.keys().length,
- basicPlayerCacheSize: basicPlayerCache.keys().length,
+ basicPlayerCacheSize: basicPlayerCache.size,
profileCacheSize: profileCache.keys().length,
profilesCacheSize: profilesCache.keys().length,
profileNameCacheSize: profileNameCache.keys().length,