mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
updated log
This commit is contained in:
parent
d4cc081250
commit
b109c9ec38
1 changed files with 3 additions and 1 deletions
|
|
@ -1107,7 +1107,9 @@ async function checkLeaderboards(resultObj, type, banned, name) {
|
|||
|
||||
// console.log("board created");
|
||||
// lb.logBoard();
|
||||
|
||||
console.log(
|
||||
`inserting result by user ${resultObj.uid} ${resultObj.wpm} ${resultObj.rawWpm} ${resultObj.acc} into leaderboard ${resultObj.mode} ${resultObj.mode2} ${type}`
|
||||
);
|
||||
let insertResult = lb.insert(resultObj);
|
||||
|
||||
// console.log("board after inseft");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue