Skip to content

Commit

Permalink
Merge pull request #52773 from callstack-internal/chore/remove-transa…
Browse files Browse the repository at this point in the history
…ctionThreadReportID-from-report

[No QA] chore: remove transactionThreadReportID from Report type
  • Loading branch information
puneetlath authored Nov 21, 2024
2 parents 4096964 + 0065075 commit e9e1857
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/types/onyx/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ type Report = OnyxCommon.OnyxValueWithOfflineFeedback<
/** Pending members of the report */
pendingChatMembers?: PendingChatMember[];

/** The ID of the single transaction thread report associated with this report, if one exists */
transactionThreadReportID?: string;

/** Collection of policy report fields, indexed by their fieldID */
fieldList?: Record<string, PolicyReportField>;

Expand Down
1 change: 0 additions & 1 deletion src/types/utils/whitelistedReportKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ type WhitelistedReport = OnyxCommon.OnyxValueWithOfflineFeedback<
isHidden: unknown;
privateNotes: unknown;
pendingChatMembers: unknown;
transactionThreadReportID: unknown;
fieldList: unknown;
permissions: unknown;
tripData: {
Expand Down

0 comments on commit e9e1857

Please sign in to comment.