Fix lvl 99 bug

This commit is contained in:
Dominic Ferrando
2025-09-15 16:28:15 -04:00
parent f2ec4cb5e5
commit ea353e2185
3 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ export interface ActivityPerformance {
performance: number;
}
export type Levels = Record<number, number>
export type Levels = Record<string, number>
export interface Metrics {
age: number;