We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a5275 commit 71a3e0eCopy full SHA for 71a3e0e
apps/iframe-app/src/hooks/useAgentCard.ts
@@ -38,8 +38,7 @@ async function fetchAgentCard(config: UseAgentCardConfig): Promise<AgentCard> {
38
let response: Response;
39
try {
40
response = await fetch(url, requestInit);
41
- } catch (er) {
42
- console.log('charlie error:', er);
+ } catch {
43
// Network error or CORS failure (e.g., EasyAuth 302 redirect to login page)
44
return handleUnauthorized(config);
45
}
0 commit comments