IonWarpbotcommented 2 min agoIonWarp Review — PR #412
3 issues| 2 P1 1 P2
#SevIssueFile
1Copy-paste variant of adjacent fetchUsers()api/teams.ts
2createTasksV2 kept wired "for safety"lib/tasks.ts
3Narration comments restate the diffapi/teams.ts
api/teams.ts
717273
−−+
// call the helper to get the teamsasync function fetchTeamsList(ids) { /* same body as fetchUsers */ }const teams = await fetchRows("teams", ids);
Copy-paste variant of an adjacent function · AI Slop
fetchTeamsList duplicates fetchUsers with one literal changed. Parameterize the existing helper and delete the copy.
Suggested fixAI fix prompt