Fixed entity and tag pages not passing user.

This commit is contained in:
2024-03-29 04:23:36 +01:00
parent bb6a953587
commit a4043107e8
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ export async function onBeforeRender(pageContext) {
page: Number(pageContext.routeParams.page) || 1,
limit: Number(pageContext.urlParsed.search.limit) || 30,
aggregate: true,
}),
}, pageContext.user),
]);
const {