IonWarpbotcommented 15 min agoIonWarp Review — PR #412
// 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.



