Fix types
This commit is contained in:
parent
27171e7680
commit
dec7e69391
|
@ -16,7 +16,7 @@ export function generateMakeRequest(
|
|||
isInternal = false
|
||||
): MakeRequestResponse {
|
||||
const request = setup.getRequest()!
|
||||
const config = setup.getConfig()
|
||||
const config = setup.getConfig()!
|
||||
return async (
|
||||
method: HttpMethod,
|
||||
endpoint: string,
|
||||
|
|
Loading…
Reference in New Issue