From ce4aa2438c30966571323521e7dbb65ee5db0009 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 30 Mar 2021 16:04:09 +0200 Subject: [PATCH] fix linting errors --- frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index d81bee9e5..9f3d486c0 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -6,7 +6,7 @@ function resolveSrc(_path) { } let vue_path = process.env.VUE_PATH -if( vue_path == undefined ) { +if (vue_path == undefined) { vue_path = '' }