Skip to content

Commit

Permalink
Default proxy_maps to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jul 13, 2024
1 parent 1325e72 commit c15c64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack-strava/models/team.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Team
field :activity_fields, type: Array, default: ['Default']
validates :activity_fields, array: { presence: true, inclusion: { in: ActivityFields.values } }

field :proxy_maps, type: Boolean, default: true
field :proxy_maps, type: Boolean, default: false
field :maps, type: String, default: 'full'
validates_inclusion_of :maps, in: MapTypes.values

Expand Down

0 comments on commit c15c64b

Please sign in to comment.