refactor: stylistic update
This commit is contained in:
@@ -2491,7 +2491,9 @@ export default {
|
|||||||
if (key === "rawParams") {
|
if (key === "rawParams") {
|
||||||
this.rawInput = true;
|
this.rawInput = true;
|
||||||
this.rawParams = queries["rawParams"];
|
this.rawParams = queries["rawParams"];
|
||||||
} else if (typeof this[key] === "string") this[key] = queries[key];
|
} else if (typeof this[key] === "string") {
|
||||||
|
this[key] = queries[key];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
observeRequestButton() {
|
observeRequestButton() {
|
||||||
|
|||||||
Reference in New Issue
Block a user