From c094247988df3db7eed92e5dfaa0434eb45a3095 Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Mon, 31 Aug 2020 15:58:54 +0200 Subject: [PATCH] Fix lint error --- src/controllers/wizard/settings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/wizard/settings/index.js b/src/controllers/wizard/settings/index.js index 12a81ccc33..6e3a82cd9b 100644 --- a/src/controllers/wizard/settings/index.js +++ b/src/controllers/wizard/settings/index.js @@ -13,7 +13,7 @@ function save(page) { type: 'POST', data: JSON.stringify(config), url: apiClient.getUrl('Startup/Configuration'), - contentType: 'application/json', + contentType: 'application/json' }).then(function () { loading.hide(); navigateToNextPage();