secret id

This commit is contained in:
dal 2025-08-21 21:46:04 -06:00
parent fe1ccb303a
commit a1a213a1ba
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export async function getMetricDataHandler(
let credentials: Credentials; let credentials: Credentials;
try { try {
const rawCredentials = await getDataSourceCredentials({ const rawCredentials = await getDataSourceCredentials({
dataSourceId: metric.secretId, dataSourceId: metric.dataSourceId,
}); });
// Ensure credentials have the correct type // Ensure credentials have the correct type