1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00

Build fix.

This commit is contained in:
mike12345567 2024-05-29 11:02:27 +01:00
parent 83fa6f952a
commit 394fa2536c

View file

@ -149,12 +149,14 @@ export async function search(
entityId: table._id!, entityId: table._id!,
operation: Operation.READ, operation: Operation.READ,
}, },
filters: cleanupFilters(query, allTables), filters: {
...cleanupFilters(query, allTables),
documentType: DocumentType.ROW,
},
table, table,
meta: { meta: {
table, table,
tables: allTablesMap, tables: allTablesMap,
documentType: DocumentType.ROW,
}, },
resource: { resource: {
fields: buildInternalFieldList(table, allTables), fields: buildInternalFieldList(table, allTables),