mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 10:05:20 +08:00
fixed config not saving
This commit is contained in:
parent
c6483a63e2
commit
803fc9689c
1 changed files with 1 additions and 0 deletions
|
@ -1782,6 +1782,7 @@ exports.saveConfig = functions.https.onCall((request, response) => {
|
|||
}
|
||||
if (err) return;
|
||||
if (key === "resultFilters") return;
|
||||
if (key === "customBackground") return;
|
||||
let val = obj[key];
|
||||
if (Array.isArray(val)) {
|
||||
val.forEach((valarr) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue