From 33de67b0ee84dd3dd916ba335cfd7d0dca69e33e Mon Sep 17 00:00:00 2001 From: Laurynas Keturakis Date: Thu, 28 Nov 2024 10:34:49 -0800 Subject: [PATCH] linterini --- api/src/lib/ai/fp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/lib/ai/fp.ts b/api/src/lib/ai/fp.ts index f4d4941db..362743f58 100644 --- a/api/src/lib/ai/fp.ts +++ b/api/src/lib/ai/fp.ts @@ -63,8 +63,8 @@ export async function generateRequestWithFp({ }, }); - // biome-ignore lint/suspicious/noExplicitAny: TODO: replace the temporary type cast with a proper return type return response.json() as Promise<{ + // biome-ignore lint/suspicious/noExplicitAny: TODO: replace the temporary type cast with a proper return type data: any; error?: { message: string } | null; }>;