Skip to content

Commit

Permalink
Remove leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReinert authored Jan 16, 2025
1 parent abb5688 commit 41cc9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/artemis/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const PM = new ProcessManager.QueryProcessManager<string, Record<string,
comment: {text},
};

// **Modified API Request with Retry Logic**
for (let attempt = 1; attempt <= MAX_RETRIES; attempt++) {
try {
const raw = await Net(`https://commentanalyzer.googleapis.com/v1alpha1/comments:analyze`).post({
Expand Down

0 comments on commit 41cc9e3

Please sign in to comment.