mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 23:25:53 +08:00
more logs
This commit is contained in:
parent
e815b43f99
commit
dcd8a37d55
1 changed files with 3 additions and 1 deletions
|
@ -536,7 +536,9 @@ exports.testCompleted = functions.https.onCall((request, response) => {
|
|||
);
|
||||
returnobj.resultCode = 1;
|
||||
}
|
||||
// console.log(returnobj);
|
||||
console.error(
|
||||
`user ${request.uid} + ${JSON.stringify(returnobj)}`
|
||||
);
|
||||
return returnobj;
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue