Skip to content

Commit

Permalink
Update Constants.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Oct 24, 2024
1 parent 0388728 commit e600d9c
Showing 1 changed file with 1 addition and 1 deletion.
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 = false

object Firestore {

Expand Down

0 comments on commit e600d9c

Please sign in to comment.