lint
This commit is contained in:
parent
00de60eec4
commit
c697041dfc
4 changed files with 11 additions and 13 deletions
|
|
@ -132,11 +132,7 @@ export const promisedRequest = async ({
|
|||
)
|
||||
}
|
||||
} catch (error) {
|
||||
throw new Error(
|
||||
error,
|
||||
{ url, options },
|
||||
response,
|
||||
)
|
||||
throw new Error(error, { url, options }, response)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue