Skip to content

Commit e1ec0d7

Browse files
authored
Merge pull request #103 from psf/openspaces-conf-key-fix
2 parents 883124a + 81f470a commit e1ec0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/providers/conference-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class ConferenceData {
9595
"timeEnd": end.toLocaleString([], {timeZone: "EST5EDT", hour: 'numeric', minute:'2-digit'}).toLowerCase(),
9696
"track": "Open Space",
9797
"tracks": ["open-space"],
98-
"id": openSpace.conf_key,
98+
"id": openSpace.conf_key + 9000,
9999
"day": start.toLocaleDateString('en-us', {timeZone: "EST5EDT", weekday: 'short'}),
100100
"imageUrl": openSpace.image_url,
101101
}

0 commit comments

Comments
 (0)