refactor: stick with Es6 semantics
This commit is contained in:
@@ -2525,7 +2525,7 @@ export default {
|
|||||||
if (parsedCurl.headers) {
|
if (parsedCurl.headers) {
|
||||||
for (const key of Object.keys(parsedCurl.headers)) {
|
for (const key of Object.keys(parsedCurl.headers)) {
|
||||||
this.$store.commit("addHeaders", {
|
this.$store.commit("addHeaders", {
|
||||||
key: key,
|
key,
|
||||||
value: parsedCurl.headers[key]
|
value: parsedCurl.headers[key]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user