diff --git a/src/server/api/endpoints/users/recommendation.ts b/src/server/api/endpoints/users/recommendation.ts
index c815339697..60483936fb 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 }
 				}
 			]
 		}, {