aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Controllers/Http/DashboardController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/Http/DashboardController.js b/app/Controllers/Http/DashboardController.js
index 611cd4e..9b3b08e 100644
--- a/app/Controllers/Http/DashboardController.js
+++ b/app/Controllers/Http/DashboardController.js
@@ -257,7 +257,7 @@ class DashboardController {
257 settings: JSON.stringify(service.settings), 257 settings: JSON.stringify(service.settings),
258 }); 258 });
259 259
260 serviceIdTranslation[service.id] = serviceId; 260 serviceIdTranslation[service.serviceId] = serviceId;
261 } 261 }
262 } catch (e) { 262 } catch (e) {
263 const errorMessage = `Could not import your services into our system.\nError: ${e}`; 263 const errorMessage = `Could not import your services into our system.\nError: ${e}`;