Skip to content

Commit

Permalink
linterini
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys committed Dec 2, 2024
1 parent c6be307 commit 33de67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/lib/ai/fp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}>;
Expand Down

0 comments on commit 33de67b

Please sign in to comment.