Skip to content

Commit

Permalink
feat(Violations): fix types broken by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-coleman committed Jan 4, 2024
1 parent c248cbb commit 095b228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/TransactionViolation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// We need the runtime value of CONST here, because it's declared `as const`
// but the linter rule incorrectly identifies it as a type-only import.
// eslint-disable-next-line @typescript-eslint/consistent-type-importsgit
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
import type CONST from '@src/CONST';

/**
Expand Down

0 comments on commit 095b228

Please sign in to comment.