Skip to content
Snippets Groups Projects
Commit 7b9473bf authored by Hazelnoot's avatar Hazelnoot
Browse files

fix incorrect populated object in followers endpoint

parent 22248d5d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
.limit(ps.limit)
.getMany();
return await this.followingEntityService.packMany(followings, me, { populateFollowee: true });
return await this.followingEntityService.packMany(followings, me, { populateFollower: true });
});
}
}
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