fix sync error with event without stage (2)

This commit is contained in:
tree 2023-06-03 11:31:38 +02:00
rodič 07501754f1
revize 0b96fb5550
1 změnil soubory, kde provedl 1 přidání a 0 odebrání

Zobrazit soubor

@ -71,6 +71,7 @@ const commands = {
if (item.track) {
i.track = findTrack(item.track.en);
}
out.push(i);
if (item.slot && item.slot.room) {
outSchedule.push({
id: genId(outSchedule.map((o) => o.id)),