don't send undefined

This commit is contained in:
Shpuld Shpuldson 2020-05-13 17:53:43 +03:00
parent 8e39971098
commit 355281081a

View file

@ -943,7 +943,7 @@ const searchUsers = ({ credentials, query, withRelationships }) => {
params: {
q: query,
resolve: true,
with_relationships: withRelationships
with_relationships: !!withRelationships
},
credentials
})