Fix missmatched parenthesis
This commit is contained in:
parent
cef6b13dd1
commit
278492ad69
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ export function filterSchedule(schedule: Schedule): Schedule {
|
||||||
slots: event.slots.map(slot => ({
|
slots: event.slots.map(slot => ({
|
||||||
...slot,
|
...slot,
|
||||||
assigned: undefined,
|
assigned: undefined,
|
||||||
}),
|
})),
|
||||||
}),
|
})),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue