remove type assertion

This commit is contained in:
laurenashleigh
2026-01-12 11:46:46 +00:00
parent bd817c8590
commit 6aa083d208
@@ -50,7 +50,7 @@ function createExpressionQueries(
datasourceUid: ExpressionDatasourceUID,
queryType: 'expression',
model: { refId: reduceRefId },
} as AlertQuery,
},
];
const thresholdRefId = existingExpressions[1]?.refId || getNextRefId(tempQueries);