Updated scheduling to always use network BOD395
This commit is contained in:
@@ -24,6 +24,7 @@ export function* calculateScheduleLoad({ payload: end }) {
|
||||
start: today,
|
||||
end: end,
|
||||
},
|
||||
fetchPolicy: "network-only",
|
||||
});
|
||||
|
||||
let load = {
|
||||
|
||||
Reference in New Issue
Block a user