1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +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!,
operation: Operation.READ,
},
filters: cleanupFilters(query, allTables),
filters: {
...cleanupFilters(query, allTables),
documentType: DocumentType.ROW,
},
table,
meta: {
table,
tables: allTablesMap,
documentType: DocumentType.ROW,
},
resource: {
fields: buildInternalFieldList(table, allTables),