From e37d9f34bcb4abb26784037be2b9fb19a7b2e0e6 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 29 Jan 2021 20:48:12 +0100 Subject: [PATCH] - lint fixes --- webapp/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index d6ac6a3f0..36152eb4a 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -197,7 +197,7 @@ export default { path: '/', // optional /** * A Boolean indicating if the cookie transmission requires a * secure protocol (https). Defaults to false. */ - secure: CONFIG.COOKIE_HTTPS_ONLY, + secure: CONFIG.COOKIE_HTTPS_ONLY, }, // includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)