Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed May 13, 2024
1 parent b6a7447 commit 5dec4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/sdk/app/rows/search/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function userColumnMapping(
export function searchInputMapping(
table: Table,
options: RowSearchParams,
datasourceOptions: { isSql?: boolean }
datasourceOptions: { isSql?: boolean } = {}
) {
if (!table?.schema) {
return options
Expand Down

0 comments on commit 5dec4bd

Please sign in to comment.