mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-27 01:04:19 +01:00
with --> extra
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user