Improving code quality as per LGTM review

This commit is contained in:
Liyas Thomas
2020-09-30 21:02:19 +05:30
parent 7190a25550
commit d4789463ad
2 changed files with 0 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ export const options = {
}
export default {
ssr: false,
target: "static",
server: {
host: "0.0.0.0", // default: localhost
},

View File

@@ -2124,7 +2124,6 @@ export default {
this.testReports = testResults
},
getQueryStringFromPath() {
let queryString
const pathParsed = url.parse(this.uri)
return pathParsed.query ? pathParsed.query : ""
},