This commit is contained in:
Liyas Thomas
2019-09-25 09:14:22 +05:30
parent 351e694448
commit 14274b20fd

View File

@@ -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,