updated functions log

This commit is contained in:
Jack 2020-06-28 14:48:03 +01:00
parent 9607e88f25
commit fdc83326ec

View file

@ -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;
}