fix: make headers property writable
This commit is contained in:
parent
ffb8fd0172
commit
6e537eed58
1 changed files with 1 additions and 1 deletions
|
|
@ -1260,7 +1260,7 @@ export default {
|
|||
return requestString.join("\n");
|
||||
} else if (this.requestType == "Fetch") {
|
||||
const requestString = [];
|
||||
const headers = [];
|
||||
let headers = [];
|
||||
requestString.push(
|
||||
'fetch("' + this.url + this.pathName + this.queryString + '", {\n'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue