@@ -27,7 +27,7 @@ export function ScheduleVerifyIntegrity({ currentUser }) {
|
||||
data: { arrJobs, compJobs, prodJobs },
|
||||
} = await client.query({
|
||||
query: QUERY_SCHEDULE_LOAD_DATA,
|
||||
variables: { start: dayjs(), end: dayjs().add(180, "days") },
|
||||
variables: { start: dayjs(), end: dayjs().add(180, "day") },
|
||||
});
|
||||
|
||||
//check that the leaving jobs are either in the arriving list, or in production.
|
||||
|
||||
Reference in New Issue
Block a user