fixed config not saving

This commit is contained in:
Jack 2021-04-04 19:53:22 +01:00
parent c6483a63e2
commit 803fc9689c

View file

@ -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) => {