mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 02:39:05 +08:00
updated functions log
This commit is contained in:
parent
9607e88f25
commit
fdc83326ec
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ exports.saveConfig = functions.https.onCall((request,response) => {
|
|||
}
|
||||
})
|
||||
if (err){
|
||||
console.error(`error saving config for ${request.uid} - bad input`);
|
||||
console.error(`error saving config for ${request.uid} - bad input - ${JSON.stringify(request.obj)}`);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue