mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 10:05:20 +08:00
removed config check from custom layout fluid
This commit is contained in:
parent
4eb8dfaa67
commit
468554562d
1 changed files with 1 additions and 0 deletions
|
@ -1783,6 +1783,7 @@ exports.saveConfig = functions.https.onCall((request, response) => {
|
|||
if (err) return;
|
||||
if (key === "resultFilters") return;
|
||||
if (key === "customBackground") return;
|
||||
if (key === "customLayoutfluid") return;
|
||||
let val = obj[key];
|
||||
if (Array.isArray(val)) {
|
||||
val.forEach((valarr) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue