fixed null name

This commit is contained in:
Jack 2021-04-21 23:10:02 +01:00
parent 6c89b83de8
commit 3e0515b31a

View file

@ -169,6 +169,7 @@ export function check(completedEvent) {
verified: DB.getSnapshot().verified,
discordId: DB.getSnapshot().discordId,
result: lbRes,
name: DB.getSnapshot().name,
})
.then((data) => {
Misc.clearTimeouts(textTimeouts);