- PR Change Requests

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-09 16:49:03 -04:00
parent 6b9269eb2d
commit 80b4ef3ae8
3 changed files with 27 additions and 39 deletions

View File

@@ -100,11 +100,6 @@ export const QUERY_ALL_ACTIVE_JOBS = gql`
suspended
est_ct_fn
est_ct_ln
tasks_aggregate(where: { completed: { _eq: false }, deleted: { _eq: false } }) {
aggregate {
count
}
}
}
}
`;