Fixed typo.

This commit is contained in:
Martin Edenhofer 2018-02-19 11:16:09 +01:00
parent ab9e503b2b
commit a43d7a7aa7

View file

@ -41,7 +41,7 @@ returns
if local_attributes['member_ids'].present?
# featrue used for different propose, do limit refernces
# featrue used for different propose, do limit references
if local_attributes['member_ids'].count > 100
local_attributes['member_ids'] = local_attributes['member_ids'].sort[0, 100]
end