Skip to content

Commit

Permalink
Fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Apr 9, 2024
1 parent 26c2ab4 commit 851ee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ import type PlaidData from './PlaidData';
import type Policy from './Policy';
import type {PolicyConnectionSyncProgress, PolicyReportField, TaxRate, TaxRates, TaxRatesWithDefault} from './Policy';
import type {PolicyCategories, PolicyCategory} from './PolicyCategory';
import type PolicyJoinMember from './PolicyJoinMember';
import type {PolicyEmployeeList} from './PolicyEmployee';
import type PolicyEmployee from './PolicyEmployee';
import type PolicyJoinMember from './PolicyJoinMember';
import type PolicyOwnershipChangeChecks from './PolicyOwnershipChangeChecks';
import type {PolicyTag, PolicyTagList, PolicyTags} from './PolicyTag';
import type PreferredTheme from './PreferredTheme';
Expand Down

0 comments on commit 851ee9b

Please sign in to comment.