Skip to content

Commit

Permalink
Increase profile metadata DEFAULT_FIELDS_SIZE from 4 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Feb 5, 2024
1 parent 1666b19 commit e197a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def fields_attributes=(attributes)
self[:fields] = fields
end

DEFAULT_FIELDS_SIZE = 4
DEFAULT_FIELDS_SIZE = 8

def build_fields
return if fields.size >= DEFAULT_FIELDS_SIZE
Expand Down

0 comments on commit e197a5b

Please sign in to comment.