Skip to content

Commit 6904649

Browse files
committed
disable error
1 parent 2ca6875 commit 6904649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/ReportUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import type {NotificationPreference, Participants, Participant as ReportParticip
7575
import type {Message, OldDotReportAction, ReportActions} from '@src/types/onyx/ReportAction';
7676
import type {PendingChatMember} from '@src/types/onyx/ReportMetadata';
7777
import type {OnyxData} from '@src/types/onyx/Request';
78-
// eslint-disable-next-line @typescript-eslint/no-deprecated
78+
// eslint-disable @typescript-eslint/no-deprecated
7979
import type {SearchTransaction} from '@src/types/onyx/SearchResults';
8080
import type {Comment, TransactionChanges, WaypointCollection} from '@src/types/onyx/Transaction';
8181
import type {FileObject} from '@src/types/utils/Attachment';

0 commit comments

Comments
 (0)