Update 0BDFDB.plugin.js
This commit is contained in:
parent
dfd8ee6ebf
commit
c8cca74b84
|
@ -208,6 +208,7 @@ module.exports = (_ => {
|
|||
url: ""
|
||||
}, null);
|
||||
}).then(r => {
|
||||
if (!r) return;
|
||||
response = r;
|
||||
response.statusCode = response.status;
|
||||
if (response.headers) response.headers["content-type"] = response.headers.get("content-type");
|
||||
|
|
Loading…
Reference in New Issue