refactor: stick with Es6 semantics
This commit is contained in:
parent
a9564086b0
commit
b05cd2e6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -2525,7 +2525,7 @@ export default {
|
|||
if (parsedCurl.headers) {
|
||||
for (const key of Object.keys(parsedCurl.headers)) {
|
||||
this.$store.commit("addHeaders", {
|
||||
key: key,
|
||||
key,
|
||||
value: parsedCurl.headers[key]
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue