@@ -64,7 +64,7 @@ import type {ReportTransactionsAndViolations} from '@src/types/onyx/DerivedValue
6464import type {Attendee, Participant} from '@src/types/onyx/IOU';
6565import type {OriginalMessageExportedToIntegration} from '@src/types/onyx/OldDotAction';
6666import type Onboarding from '@src/types/onyx/Onboarding';
67- import type {ErrorFields, Errors, Icon, PendingAction, PendingFields } from '@src/types/onyx/OnyxCommon';
67+ import type {ErrorFields, Errors, Icon, PendingAction} from '@src/types/onyx/OnyxCommon';
6868import type {
6969 OriginalMessageChangeLog,
7070 OriginalMessageChangePolicy,
@@ -6213,14 +6213,6 @@ function getPendingChatMembers(accountIDs: number[], previousPendingChatMembers:
62136213 return [...previousPendingChatMembers, ...pendingChatMembers];
62146214}
62156215
6216- /**
6217- * Get pendingFields of a report
6218- */
6219- function getReportPendingFields(reportID: string): PendingFields<string> | undefined {
6220- const report = allReports?.[`${ONYXKEYS.COLLECTION.REPORT}${reportID}`];
6221- return report?.pendingFields;
6222- }
6223-
62246216/**
62256217 * Gets the parent navigation subtitle for the report
62266218 */
@@ -13103,7 +13095,6 @@ export {
1310313095 getParticipantsList,
1310413096 getParticipants,
1310513097 getPendingChatMembers,
13106- getReportPendingFields,
1310713098 getPersonalDetailsForAccountID,
1310813099 getPolicyDescriptionText,
1310913100 getPolicyExpenseChat,
0 commit comments