Fix formatting

This commit is contained in:
Deluan
2020-04-26 14:50:44 -04:00
committed by Deluan Quintão
parent ad6c86d78a
commit ebc7964157
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ const defaultConfig = {
version: 'dev',
firstTime: false,
baseURL: '',
loginBackgroundURL: 'https://source.unsplash.com/random/1600x900?music'
loginBackgroundURL: 'https://source.unsplash.com/random/1600x900?music',
}
let config
@@ -12,7 +12,7 @@ try {
config = {
...defaultConfig,
...appConfig
...appConfig,
}
} catch (e) {
config = defaultConfig