Skip to content

Commit

Permalink
fix: category search not using uid
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 17, 2021
1 parent 262e059 commit 6aa60b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/socket.io/categories/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = function (SocketCategories) {

async function findMatchedCids(uid, data) {
const result = await categories.search({
uid: uid,
query: data.query,
paginate: false,
});
Expand Down

0 comments on commit 6aa60b6

Please sign in to comment.