mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-10 13:41:03 +00:00
fix style in app.js
This commit is contained in:
parent
7bd164aa39
commit
e607738892
1 changed files with 2 additions and 3 deletions
3
app.js
3
app.js
|
|
@ -11,10 +11,9 @@ try {
|
|||
|
||||
Object.keys(defaultSettings).forEach(settingKey => {
|
||||
if (settings[settingKey] === undefined) {
|
||||
settings[settingKey] = defaultSettings[settingKey];
|
||||
settings[settingKey] = defaultSettings[settingKey]
|
||||
}
|
||||
})
|
||||
|
||||
} catch (err) {
|
||||
settings = defaultSettings
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue