We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedd0e9 commit 60eb6acCopy full SHA for 60eb6ac
lib/additionals/patches/issue_patch.rb
@@ -113,11 +113,11 @@ def autoassign_get_group_list
113
.where(users: { type: 'Group' })
114
.includes(:user, :roles)
115
.each_with_object({}) do |m, h|
116
- m.roles.each do |r|
117
- h[r] ||= []
118
- h[r] << m.principal
119
- end
120
- h
+ m.roles.each do |r|
+ h[r] ||= []
+ h[r] << m.principal
+ end
+ h
121
end
122
123
0 commit comments