diff --git a/src/server/api/endpoints/users/recommendation.ts b/src/server/api/endpoints/users/recommendation.ts index c81533969..60483936f 100644 --- a/src/server/api/endpoints/users/recommendation.ts +++ b/src/server/api/endpoints/users/recommendation.ts @@ -36,7 +36,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => { $gte: new Date(Date.now() - ms('7days')) } }, { - host: { $not: null } + host: { $ne: null } } ] }, {