Fixed typo.
This commit is contained in:
parent
ab9e503b2b
commit
a43d7a7aa7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ returns
|
||||||
|
|
||||||
if local_attributes['member_ids'].present?
|
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
|
if local_attributes['member_ids'].count > 100
|
||||||
local_attributes['member_ids'] = local_attributes['member_ids'].sort[0, 100]
|
local_attributes['member_ids'] = local_attributes['member_ids'].sort[0, 100]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue