Skip to content

Commit

Permalink
style: linter wants this line
Browse files Browse the repository at this point in the history
  • Loading branch information
tkasriel-numberly committed Jul 7, 2023
1 parent 30fc9e1 commit f2a1391
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export async function getExecutionsCount(data: {
excludedWorkflowIds?: string[];
}): Promise<number> {
// TODO: Consider moving this to the repository as well

const executions = await Db.collections.Execution.count({
where: {
...(data.lastId && { id: LessThan(data.lastId) }),
Expand Down

0 comments on commit f2a1391

Please sign in to comment.