File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,24 @@ export type ScheduledSession = {
2222 startTime : string ;
2323 endTime : string ;
2424} & (
25- | {
25+ | {
2626 kind : "talk" ;
2727 talk : Talk ;
2828 }
29- | {
29+ | {
3030 kind : "streaming" ;
3131 talk : Talk ;
3232 }
33- | {
33+ | {
3434 kind :
35- | "reception"
36- | "opening"
37- | "closed"
38- | "break"
39- | "closing"
40- | "networking" ;
35+ | "reception"
36+ | "opening"
37+ | "closed"
38+ | "break"
39+ | "closing"
40+ | "networking" ;
4141 }
42- ) ;
42+ ) ;
4343export type TalkSession = Extract < ScheduledSession , { kind : "talk" } > ;
4444
4545export const SCHEDULE : ScheduledSession [ ] = [
@@ -266,7 +266,7 @@ export const SCHEDULE: ScheduledSession[] = [
266266 } ,
267267 {
268268 kind : "talk" ,
269- talk : TALKS_BY_SLUG [ "denkiyagi -sponsor-session" ] ,
269+ talk : TALKS_BY_SLUG [ "cloudinary -sponsor-session" ] ,
270270 track : "D" ,
271271 day : "1" ,
272272 startTime : "13:00" ,
@@ -513,7 +513,7 @@ export const SCHEDULE: ScheduledSession[] = [
513513 } ,
514514 {
515515 kind : "talk" ,
516- talk : TALKS_BY_SLUG [ "cloudinary -sponsor-session" ] ,
516+ talk : TALKS_BY_SLUG [ "denkiyagi -sponsor-session" ] ,
517517 track : "C" ,
518518 day : "1" ,
519519 startTime : "17:00" ,
You can’t perform that action at this time.
0 commit comments