fix(core): update
This commit is contained in:
parent
3659b80e1e
commit
80fa40baf4
@ -8,6 +8,10 @@ export const getBinary = async (
|
|||||||
domainArg: string,
|
domainArg: string,
|
||||||
optionsArg: interfaces.ISmartRequestOptions = {}
|
optionsArg: interfaces.ISmartRequestOptions = {}
|
||||||
) => {
|
) => {
|
||||||
|
optionsArg = {
|
||||||
|
...optionsArg,
|
||||||
|
autoJsonParse: false
|
||||||
|
};
|
||||||
const done = plugins.smartpromise.defer();
|
const done = plugins.smartpromise.defer();
|
||||||
const response = await request(domainArg, optionsArg, true);
|
const response = await request(domainArg, optionsArg, true);
|
||||||
const data = [];
|
const data = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user