From d4789463ad1475df1437765a262bff0dc6dd761c Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 30 Sep 2020 21:02:19 +0530 Subject: [PATCH] Improving code quality as per LGTM review --- nuxt.config.js | 1 - pages/index.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 9942dc175..391eb313c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -17,7 +17,6 @@ export const options = { } export default { ssr: false, - target: "static", server: { host: "0.0.0.0", // default: localhost }, diff --git a/pages/index.vue b/pages/index.vue index f1a4ebfb7..6c1b455d4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -2124,7 +2124,6 @@ export default { this.testReports = testResults }, getQueryStringFromPath() { - let queryString const pathParsed = url.parse(this.uri) return pathParsed.query ? pathParsed.query : "" },