IO-2481 Parts Queue Query

prettyier
This commit is contained in:
Allan Carr
2023-11-27 10:16:10 -08:00
parent 742d2b5ff2
commit 8ebf7baa71

View File

@@ -60,7 +60,7 @@ export const QUERY_PARTS_QUEUE = gql`
}
}
jobs(
where: { _and: [{ status: { _in: $statuses }, converted: { _eq: true} }] }
where: { _and: [{ status: { _in: $statuses }, converted: { _eq: true } }] }
offset: $offset
limit: $limit
order_by: $order