Fix recommendation query
This commit is contained in:
		| @@ -36,7 +36,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => { | |||||||
| 						$gte: new Date(Date.now() - ms('7days')) | 						$gte: new Date(Date.now() - ms('7days')) | ||||||
| 					} | 					} | ||||||
| 				}, { | 				}, { | ||||||
| 					host: { $not: null } | 					host: { $ne: null } | ||||||
| 				} | 				} | ||||||
| 			] | 			] | ||||||
| 		}, { | 		}, { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Akihiko Odaki
					Akihiko Odaki