Skip to content
Snippets Groups Projects
Commit 3fa905de authored by syuilo's avatar syuilo
Browse files

[Server] ✌️

parent 5b21a8c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment