Skip to content

Commit

Permalink
fix logic types
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Oct 30, 2023
1 parent 53c0e35 commit e5e86f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/insights/insightVizDataLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { dateMapping } from 'lib/utils'

const SHOW_TIMEOUT_MESSAGE_AFTER = 5000

type QuerySourceUpdate = Omit<Partial<InsightQueryNode>, 'kind'>
export type QuerySourceUpdate = Omit<Partial<InsightQueryNode>, 'kind'>

export const insightVizDataLogic = kea<insightVizDataLogicType>([
props({} as InsightLogicProps),
Expand Down

0 comments on commit e5e86f6

Please sign in to comment.