Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Nov 14, 2024
1 parent b675ea8 commit 518602c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ import type {
IntroSelected,
InvitedEmailsToAccountIDs,
NewGroupChatDraft,
Onboarding,
OnboardingPurpose,
PersonalDetailsList,
PolicyReportField,
Expand All @@ -108,7 +109,6 @@ import type {
ReportActionReactions,
ReportUserIsTyping,
} from '@src/types/onyx';
import Onboarding from '@src/types/onyx/Onboarding';
import type {Decision} from '@src/types/onyx/OriginalMessage';
import type {ConnectionName} from '@src/types/onyx/Policy';
import type Report from '@src/types/onyx/Report';
Expand Down
2 changes: 2 additions & 0 deletions src/types/onyx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import type MobileSelectionMode from './MobileSelectionMode';
import type Modal from './Modal';
import type Network from './Network';
import type NewGroupChatDraft from './NewGroupChatDraft';
import type Onboarding from './Onboarding';
import type OnyxInputOrEntry from './OnyxInputOrEntry';
import type {OnyxUpdateEvent, OnyxUpdatesFromServer} from './OnyxUpdatesFromServer';
import type {DecisionName, OriginalMessageIOU} from './OriginalMessage';
Expand Down Expand Up @@ -237,6 +238,7 @@ export type {
SaveSearch,
RecentSearchItem,
ImportedSpreadsheet,
Onboarding,
OnboardingPurpose,
ValidateMagicCodeAction,
};

0 comments on commit 518602c

Please sign in to comment.