Merge branch 'master' of github.com:Budibase/budibase into chore/api-typing

This commit is contained in:
mike12345567 2024-12-02 16:32:59 +00:00
commit 78558bd0dc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.2.17", "version": "3.2.18",
"npmClient": "yarn", "npmClient": "yarn",
"concurrency": 20, "concurrency": 20,
"command": { "command": {

View File

@ -96,7 +96,7 @@ export async function enrichQueryJson(
}) })
} }
} else { } else {
datasource = json.endpoint.datasourceId datasource = await sdk.datasources.enrich(json.endpoint.datasourceId)
} }
let tables: Record<string, Table> let tables: Record<string, Table>