refactor: stylistic update

This commit is contained in:
jamesgeorge007
2020-01-31 19:47:19 +05:30
parent b05cd2e6e4
commit 5429e493ea

View File

@@ -2491,7 +2491,9 @@ export default {
if (key === "rawParams") {
this.rawInput = true;
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() {