update stream schedule

This commit is contained in:
liyunze 2024-11-10 18:30:59 +11:00
parent eb28e0c151
commit 3ee787c3c0

View file

@ -7,16 +7,12 @@
const myStreamSchedule = [
{
start: getUpcomingTimeDevTZ(2, "9:30"),
end: getUpcomingTimeDevTZ(3, "16:00"),
end: getUpcomingTimeDevTZ(2, "16:00"),
},
{
start: getUpcomingTimeDevTZ(4, "9:30"),
end: getUpcomingTimeDevTZ(4, "16:00"),
},
{
start: getUpcomingTimeDevTZ(5, "9:30"),
end: getUpcomingTimeDevTZ(5, "19:00"),
},
];
/**