aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 21:19:10 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 21:19:10 +0100
commit7d5be2b66ebf8aa57305912c413fab9c3fc826c7 (patch)
tree315126d83075b51fa8cca1d30e7745c4ca404e83 /src/config.js
parentImprove debugger feature (diff)
downloadferdium-app-7d5be2b66ebf8aa57305912c413fab9c3fc826c7.tar.gz
ferdium-app-7d5be2b66ebf8aa57305912c413fab9c3fc826c7.tar.zst
ferdium-app-7d5be2b66ebf8aa57305912c413fab9c3fc826c7.zip
Fix lint
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index d5f7a706b..4eb59c7bc 100644
--- a/src/config.js
+++ b/src/config.js
@@ -67,7 +67,7 @@ export const DEFAULT_APP_SETTINGS = {
67 // Ferdi specific options 67 // Ferdi specific options
68 server: LIVE_API, 68 server: LIVE_API,
69 // todoServer: PRODUCTION_TODOS_FRONTEND_URL, 69 // todoServer: PRODUCTION_TODOS_FRONTEND_URL,
70 todoServer: "https://todoist.com/app", 70 todoServer: 'https://todoist.com/app',
71 autohideMenuBar: false, 71 autohideMenuBar: false,
72 lockingFeatureEnabled: false, 72 lockingFeatureEnabled: false,
73 locked: false, 73 locked: false,