Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Test allSettled to allow commenting (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR committed Jan 24, 2024
1 parent 446ca04 commit 0f4973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/actions/github/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export async function POST(request: Request) {
repoName: repo,
});
textToWrite += randomText();
Promise.all([
Promise.allSettled([
// Detect console.logs and its equivalent in other languages
CodeComments
? detectConsoleLogs({
Expand Down

0 comments on commit 0f4973a

Please sign in to comment.