mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Merge pull request #2 from Jaxx7594/weightings
feat: Assessments Average weightings parsing
This commit is contained in:
@@ -14,7 +14,7 @@ let cachedUserInfo: any = null;
|
||||
|
||||
let LightDarkModeSnakeEggButton = 0;
|
||||
|
||||
async function getUserInfo() {
|
||||
export async function getUserInfo() {
|
||||
if (cachedUserInfo) return cachedUserInfo;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user