mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
updated stream schedule
This commit is contained in:
parent
9ebc74218e
commit
85476550dd
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@
|
||||||
const myStreamSchedule: null | StreamScheduleDay[] = [
|
const myStreamSchedule: null | StreamScheduleDay[] = [
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(2, "10:00"),
|
start: getUpcomingTimeDevTZ(2, "10:00"),
|
||||||
end: getUpcomingTimeDevTZ(2, "20:00"),
|
end: getUpcomingTimeDevTZ(2, "17:00"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(5, "10:00"),
|
start: getUpcomingTimeDevTZ(5, "10:00"),
|
||||||
end: getUpcomingTimeDevTZ(5, "20:00"),
|
end: getUpcomingTimeDevTZ(5, "17:00"),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue