diff --git a/src/api/common/get-friends.ts b/src/api/common/get-friends.ts index 6703382e8..db6313816 100644 --- a/src/api/common/get-friends.ts +++ b/src/api/common/get-friends.ts @@ -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