fix: category search not using uid

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 262e059fa6
commit 6aa60b63b5

@ -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,
});

Loading…
Cancel
Save