Merge branch 'master' of github.com:Budibase/budibase into chore/api-typing
This commit is contained in:
commit
78558bd0dc
|
@ -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": {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue