We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bdc9b commit 236455bCopy full SHA for 236455b
1 file changed
src/libs/OptionsListUtils/index.ts
@@ -648,7 +648,6 @@ function getLastMessageTextForReport({
648
currentUserLogin?: string;
649
// TODO: conciergeReportID will be required eventually. Refactor issue: https://github.com/Expensify/App/issues/66411
650
conciergeReportID?: string;
651
- // eslint-disable-next-line @typescript-eslint/no-deprecated
652
sortedActions?: Record<string, ReportAction[]>;
653
}): string {
654
const reportID = report?.reportID;
0 commit comments