修正挑战模式下, 排行榜无法正确获取的bug
This commit is contained in:
parent
f00030a2e1
commit
c2325eb539
@ -326,3 +326,4 @@
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -166,7 +166,7 @@ export async function updateExamRank({shop, level, accountId, score, session, mo
|
||||
score: number,
|
||||
mode: number,
|
||||
session: string}) {
|
||||
const totalKey = rankKey(shop, 'exam', mode)
|
||||
const totalKey = rankKey(shop, level, mode)
|
||||
await updateRank(accountId, score, totalKey)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user