1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

wrong comment

This commit is contained in:
NEOLPAR 2022-08-10 16:30:26 +01:00
parent 3fc5ede82e
commit 4a1090c556

View file

@ -12,7 +12,7 @@
$: datasource = $datasources.list.find(
ds => ds._id === parameters.datasourceId
)
// Executequery action just works on PostgreSQL and MongoDB datasources
// Executequery must exclude budibase datasource
$: executeQueryDatasources = $datasources.list.filter(
x => x._id !== BUDIBASE_DATASOURCE_ID
)