Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
webjunkie committed Mar 24, 2024
1 parent fa4a72e commit 064f59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/queries/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ export type DatetimeDay = string

export type BreakdownValueInt = integer
export interface InsightActorsQueryOptionsResponse {
// @ts-ignore:no-duplicate-type-constituents
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
day?: { label: string; value: string | DatetimeDay | Day }[]
status?: { label: string; value: string }[]
interval?: {
Expand Down

0 comments on commit 064f59f

Please sign in to comment.