don't send undefined

new-bloop
Shpuld Shpuldson 4 years ago
parent 8e39971098
commit 355281081a

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

Loading…
Cancel
Save