Remove temp shift sample log
This commit is contained in:
parent
21391d4122
commit
91936ab131
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ export async function syncActuals(from, to) {
|
|||
const shifts = await wfFetchPaged(path)
|
||||
const deptNameMap = await getDeptNameMap()
|
||||
|
||||
if (shifts.length > 0) console.log('SHIFT_SAMPLE', JSON.stringify(shifts[0]))
|
||||
const byDateDept = {}
|
||||
for (const s of shifts) {
|
||||
const deptId = String(s.department_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue