Merge branch 'frontend-core-ts-2' of github.com:Budibase/budibase into frontend-core-ts-2

This commit is contained in:
Andrew Kingston 2024-12-03 10:20:11 +00:00
commit 0e8c89d018
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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