Commit ab30e59c authored by James Lopez's avatar James Lopez

Fix params parser typo

parent 8b74c35c
...@@ -10,7 +10,7 @@ module EE ...@@ -10,7 +10,7 @@ module EE
ATTRIBUTE_MAP = { ATTRIBUTE_MAP = {
id: :extern_uid, id: :extern_uid,
'name.formatted': :name, 'name.formatted': :name,
'emails[type eq "work".value': :email, 'emails[type eq "work"].value': :email,
active: :active active: :active
}.with_indifferent_access }.with_indifferent_access
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment