mirror of https://github.com/buster-so/buster.git
secret id
This commit is contained in:
parent
fe1ccb303a
commit
a1a213a1ba
|
@ -88,7 +88,7 @@ export async function getMetricDataHandler(
|
|||
let credentials: Credentials;
|
||||
try {
|
||||
const rawCredentials = await getDataSourceCredentials({
|
||||
dataSourceId: metric.secretId,
|
||||
dataSourceId: metric.dataSourceId,
|
||||
});
|
||||
|
||||
// Ensure credentials have the correct type
|
||||
|
|
Loading…
Reference in New Issue