Skip to content

Commit c3719ea

Browse files
committed
linter
1 parent 595648e commit c3719ea

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/components/tools/auth0

1 file changed

+1
-1
lines changed

apps/web/src/components/tools/auth0/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function Chat() {
3636
}
3737
}, []) // Empty dependency array
3838

39-
// eslint-disable-next-line @typescript-eslint/no-explicit-
39+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
4040
const formatToolCall = (toolName: string, args: any): string => {
4141
return `\n[${toolName}] ${JSON.stringify(args, null, 2)}\n`;
4242
}

0 commit comments

Comments
 (0)