Merge pull request #2 from Jaxx7594/weightings

feat: Assessments Average weightings parsing
This commit is contained in:
StroepWafel
2026-01-28 16:12:16 +10:30
committed by GitHub
3 changed files with 95 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ let cachedUserInfo: any = null;
let LightDarkModeSnakeEggButton = 0;
async function getUserInfo() {
export async function getUserInfo() {
if (cachedUserInfo) return cachedUserInfo;
try {