DEV: Use User as default type for group members
This commit is contained in:
parent
1496404433
commit
ab92c4dc97
1 changed files with 0 additions and 2 deletions
|
@ -27,9 +27,7 @@ module DiscourseScim::GroupMixin
|
|||
when 'group'
|
||||
Group.find_by_id(id)
|
||||
else
|
||||
# TODO: Decide what to do here, I added User to be able to use scim-tester
|
||||
User.find_by_id(id)
|
||||
# raise Scimitar::InvalidSyntaxError.new("Unrecognised type #{type.inspect}")
|
||||
end
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue