Fix types

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

View File

@ -16,7 +16,7 @@ export function generateMakeRequest(
isInternal = false isInternal = false
): MakeRequestResponse { ): MakeRequestResponse {
const request = setup.getRequest()! const request = setup.getRequest()!
const config = setup.getConfig() const config = setup.getConfig()!
return async ( return async (
method: HttpMethod, method: HttpMethod,
endpoint: string, endpoint: string,