Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Nov 27, 2024
1 parent 62f7098 commit f77f9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/scenes/error-tracking/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { range } from 'lib/utils'
import {
DataTableNode,
DateRange,
ErrorTrackingGroup,
ErrorTrackingIssue,
ErrorTrackingQuery,
EventsQuery,
InsightVizNode,
Expand Down Expand Up @@ -146,7 +146,7 @@ export const errorTrackingIssueEventsQuery = ({
offset,
}: {
select: string[]
issueId: ErrorTrackingGroup['id']
issueId: ErrorTrackingIssue['id']
dateRange: DateRange
filterTestAccounts: boolean
filterGroup: UniversalFiltersGroup
Expand Down

0 comments on commit f77f9ce

Please sign in to comment.