Skip to content

Commit

Permalink
update comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Oct 3, 2024
1 parent d7048c2 commit 201b4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/performanceDbApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function lpaOverviewQuery (lpa, params) {
}
}
if (entityCountsSelects.length === 0) {
// add bogus select, to ensure the resulting SQL will be valid
// add bogus select, to ensure the resulting SQL is valid
entityCountsSelects.push(entityCountSelectFragment('none', 'none', 0))
}

Expand Down

0 comments on commit 201b4b6

Please sign in to comment.