feat: Assessments Average weightings parsing

ONLY PARSING SIDE IS COMPLETE. Does not factor into the average yet.
This commit is contained in:
Jaxon Lewis-Wilson
2026-01-28 13:25:58 +08:00
parent a151e7a07e
commit aceefa16c0
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 {