From dec7e69391232a7fafbcb287899bb08b5c735177 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Fri, 20 Jan 2023 12:03:00 +0000 Subject: [PATCH] Fix types --- packages/server/src/api/routes/public/tests/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/api/routes/public/tests/utils.ts b/packages/server/src/api/routes/public/tests/utils.ts index 06601896bc..d861fa3660 100644 --- a/packages/server/src/api/routes/public/tests/utils.ts +++ b/packages/server/src/api/routes/public/tests/utils.ts @@ -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,