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