mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove any type assertion in PanelQueryRunner (#60096)
This commit is contained in:
@@ -239,11 +239,9 @@ export class PanelQueryRunner {
|
||||
scopedVars: scopedVars || {},
|
||||
cacheTimeout,
|
||||
startTime: Date.now(),
|
||||
rangeRaw: timeRange.raw,
|
||||
};
|
||||
|
||||
// Add deprecated property
|
||||
(request as any).rangeRaw = timeRange.raw;
|
||||
|
||||
try {
|
||||
const ds = await getDataSource(datasource, request.scopedVars, publicDashboardAccessToken);
|
||||
const isMixedDS = ds.meta?.mixed;
|
||||
|
||||
Reference in New Issue
Block a user