1
0
Fork 0
mirror of synced 2024-09-18 10:20:11 +12:00

Fix build

This commit is contained in:
Adria Navarro 2024-05-13 12:25:19 +02:00
parent e451e99f6b
commit 01b9d6069c

View file

@ -96,7 +96,7 @@ function userColumnMapping(
export function searchInputMapping( export function searchInputMapping(
table: Table, table: Table,
options: RowSearchParams, options: RowSearchParams,
datasourceOptions: { isSql?: boolean } datasourceOptions: { isSql?: boolean } = {}
) { ) {
if (!table?.schema) { if (!table?.schema) {
return options return options