Skip to content

Commit

Permalink
adding venue map
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Oct 28, 2024
1 parent 9464d59 commit aa87efb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Constants {
* When time zone is changed, generate a new hash by running `md5 -s "${timeZoneString}|${Sessionize.scheduleId}"` in command line
*/
val conferenceTimeZoneHash = "7f5ba3fbad43896bad6847f6e8c662ac"
val showVenueMap: Boolean = false
val showVenueMap: Boolean = true

object Firestore {

Expand Down

0 comments on commit aa87efb

Please sign in to comment.