Skip to content

Commit

Permalink
Change to data source feature
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
  • Loading branch information
huyaboo committed Apr 15, 2024
1 parent b4411b3 commit a274600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const fetchDataSourceIdByName = async (
) => {
if (config.data_source_name) {
if (!getDataSourceEnabled().enabled) {
throw new Error('To query from multiple data sources, first enable the data sources feature');
throw new Error('To query from multiple data sources, first enable the data source feature');
}

const dataSources = await client.find<DataSourceAttributes>({
Expand Down

0 comments on commit a274600

Please sign in to comment.