You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function had a statement that performed no value:
_.flatten(userRoles, this.roleToAudienceMapFunction) resulted in the
userRoles array being flattened, but it should have been mapping the
userRoles with the roleToAudienceMapFunction. Fixed this behavior and
also extended the behavior so the roleToAudienceMapFunction can return
an array of values, which will then be flattened into the final
userAudience list.
0 commit comments