Search: Fix passing through the type parameter
This commit is contained in:
parent
cf41556217
commit
88c79c2536
1 changed files with 1 additions and 1 deletions
|
|
@ -1366,7 +1366,7 @@ const search2 = ({ credentials, q, resolve, limit, offset, following, type }) =>
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type) {
|
if (type) {
|
||||||
params.push(['following', type])
|
params.push(['type', type])
|
||||||
}
|
}
|
||||||
|
|
||||||
params.push(['with_relationships', true])
|
params.push(['with_relationships', true])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue