fix(api): populate user's favourite stories' bands

This commit is contained in:
parent b2ca5a13a1
commit c9f5d5466d
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -18,6 +18,7 @@ export default cachedEventHandler(async (ev) => {
path: "favs.stories",
populate: [
{ path: "author", select: "username _id" },
{ path: "chapters.bands" },
{
path: "ficmas",
model: Ficmas,