Skip to content

Commit 236455b

Browse files
committed
fix: remove redundant eslint-disable-next-line
1 parent b8bdc9b commit 236455b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libs/OptionsListUtils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ function getLastMessageTextForReport({
648648
currentUserLogin?: string;
649649
// TODO: conciergeReportID will be required eventually. Refactor issue: https://github.com/Expensify/App/issues/66411
650650
conciergeReportID?: string;
651-
// eslint-disable-next-line @typescript-eslint/no-deprecated
652651
sortedActions?: Record<string, ReportAction[]>;
653652
}): string {
654653
const reportID = report?.reportID;

0 commit comments

Comments
 (0)