fix(core): update

This commit is contained in:
Philipp Kunz 2020-01-13 08:00:39 +00:00
parent 3659b80e1e
commit 80fa40baf4

View File

@ -8,6 +8,10 @@ export const getBinary = async (
domainArg: string,
optionsArg: interfaces.ISmartRequestOptions = {}
) => {
optionsArg = {
...optionsArg,
autoJsonParse: false
};
const done = plugins.smartpromise.defer();
const response = await request(domainArg, optionsArg, true);
const data = [];