fix: correctly fetch bills

This commit is contained in:
André Sá 2022-08-30 17:58:52 +01:00
parent 978f33b498
commit 8a50dbf435

View file

@ -74,11 +74,11 @@ const MachineRoute = () => {
setLoading(false)
},
variables: {
deviceId: id
},
billFilters: {
deviceId: id,
batch: 'none'
billFilters: {
deviceId: id,
batch: 'none'
}
}
})