Fix types

This commit is contained in:
Adria Navarro 2023-01-20 12:03:00 +00:00
parent 27171e7680
commit dec7e69391
1 changed files with 1 additions and 1 deletions

View File

@ -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,