lint
This commit is contained in:
parent
6e809aa11b
commit
d13c1bef9d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ export const promisedRequest = ({
|
||||||
if (typeof json !== 'object') {
|
if (typeof json !== 'object') {
|
||||||
return resolve({
|
return resolve({
|
||||||
_response: response,
|
_response: response,
|
||||||
_value: json
|
_value: json,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
json._response = response
|
json._response = response
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue