Skip to content

Commit

Permalink
fix: Remove hack for testing (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 authored Mar 19, 2024
1 parent 817f035 commit 6cc6315
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/aggregateUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ export const processWorkflowsAggregateResponse = (
aggregate: [],
};

// TODO(bchu1): Remove this, just for temp testing!
let i = 0;
for (const project of railsProjects) {
i++;
if (i >= 20) {
break;
}
// TODO: enable more workflows coming from next gen
const nextGenCgCount =
nextGenProjectAggregates?.find(
Expand Down

0 comments on commit 6cc6315

Please sign in to comment.