forked from AkkomaGang/akkoma-fe
don't send undefined
This commit is contained in:
parent
8e39971098
commit
355281081a
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ const searchUsers = ({ credentials, query, withRelationships }) => {
|
|||
params: {
|
||||
q: query,
|
||||
resolve: true,
|
||||
with_relationships: withRelationships
|
||||
with_relationships: !!withRelationships
|
||||
},
|
||||
credentials
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue