Chore: Remove deprecated dashboardId from panel query runner (#64786)

This commit is contained in:
Ryan McKinley
2023-04-14 16:50:10 -07:00
committed by GitHub
parent d43482a463
commit 39c04a8e36
27 changed files with 17 additions and 43 deletions

View File

@@ -142,7 +142,6 @@ export function buildQueryTransaction(
const request: DataQueryRequest = {
app: CoreApp.Explore,
dashboardId: 0,
// TODO probably should be taken from preferences but does not seem to be used anyway.
timezone: timeZone || DefaultTimeZone,
startTime: Date.now(),