don't send undefined
This commit is contained in:
parent
8e39971098
commit
355281081a
@ -943,7 +943,7 @@ const searchUsers = ({ credentials, query, withRelationships }) => {
|
|||||||
params: {
|
params: {
|
||||||
q: query,
|
q: query,
|
||||||
resolve: true,
|
resolve: true,
|
||||||
with_relationships: withRelationships
|
with_relationships: !!withRelationships
|
||||||
},
|
},
|
||||||
credentials
|
credentials
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user