Improving code quality as per LGTM review
This commit is contained in:
parent
7190a25550
commit
d4789463ad
2 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ export const options = {
|
|||
}
|
||||
export default {
|
||||
ssr: false,
|
||||
target: "static",
|
||||
server: {
|
||||
host: "0.0.0.0", // default: localhost
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2124,7 +2124,6 @@ export default {
|
|||
this.testReports = testResults
|
||||
},
|
||||
getQueryStringFromPath() {
|
||||
let queryString
|
||||
const pathParsed = url.parse(this.uri)
|
||||
return pathParsed.query ? pathParsed.query : ""
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue