🐛 Fixed #166
This commit is contained in:
@@ -787,6 +787,12 @@
|
||||
headers
|
||||
);
|
||||
|
||||
const headersObject = {};
|
||||
Object.keys(headers).forEach(id => {
|
||||
headersObject[headers[id].key] = headers[id].value
|
||||
});
|
||||
headers = headersObject;
|
||||
|
||||
try {
|
||||
const payload = await this.$axios({
|
||||
method: this.method,
|
||||
|
||||
Reference in New Issue
Block a user