Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/app/api/ai-insights/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,5 @@

return NextResponse.json({ data: payload, cached: false });
}

.catch(err => console.error("Promise.all failed:", err));

Check failure on line 312 in src/app/api/ai-insights/route.ts

View workflow job for this annotation

GitHub Actions / Type check

';' expected.

Check failure on line 312 in src/app/api/ai-insights/route.ts

View workflow job for this annotation

GitHub Actions / Type check

')' expected.

Check failure on line 312 in src/app/api/ai-insights/route.ts

View workflow job for this annotation

GitHub Actions / Type check

'try' expected.

Check failure on line 312 in src/app/api/ai-insights/route.ts

View workflow job for this annotation

GitHub Actions / Type check

Declaration or statement expected.
2 changes: 2 additions & 0 deletions src/app/api/user/export/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,5 @@
},
});
}

.catch(err => console.error("Promise.all failed:", err));

Check failure on line 310 in src/app/api/user/export/route.ts

View workflow job for this annotation

GitHub Actions / Type check

';' expected.

Check failure on line 310 in src/app/api/user/export/route.ts

View workflow job for this annotation

GitHub Actions / Type check

')' expected.

Check failure on line 310 in src/app/api/user/export/route.ts

View workflow job for this annotation

GitHub Actions / Type check

'try' expected.

Check failure on line 310 in src/app/api/user/export/route.ts

View workflow job for this annotation

GitHub Actions / Type check

Declaration or statement expected.
2 changes: 2 additions & 0 deletions src/app/compare/[users]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,5 @@
</div>
);
}

.catch(err => console.error("Promise.all failed:", err));

Check failure on line 423 in src/app/compare/[users]/page.tsx

View workflow job for this annotation

GitHub Actions / Type check

'try' expected.

Check failure on line 423 in src/app/compare/[users]/page.tsx

View workflow job for this annotation

GitHub Actions / Type check

Declaration or statement expected.
2 changes: 2 additions & 0 deletions src/app/u/[username]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -710,3 +710,5 @@ function PublicTopRepos({
</div>
);
}

.catch(err => console.error("Promise.all failed:", err));
Loading