[Server] ✌️

This commit is contained in:
syuilo 2017-01-18 06:10:56 +09:00
parent 8c14c490e6
commit ea325edb75

View File

@ -10,7 +10,9 @@ export default async (me: mongodb.ObjectID, includeMe: boolean = true) => {
// 削除されたドキュメントは除く
deleted_at: { $exists: false }
}, {
followee_id: true
fields: {
followee_id: true
}
});
// ID list of other users who the I follows