with --> extra

This commit is contained in:
Alex Gleason
2023-12-05 19:40:40 -06:00
parent 8b4621ddfb
commit 22b1d730eb
2 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ async function getFilters<K extends number>(
if (!filters.length) return Promise.resolve([]);
let query = getFiltersQuery(filters);
if (opts.with?.includes('authors')) {
if (opts.extra?.includes('author')) {
query = query
.leftJoin(
(eb) =>