Skip to content

Commit

Permalink
remove ownerEmail from report type
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Nov 14, 2024
1 parent 99da1ac commit 0676202
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 @@ -193,9 +193,6 @@ type Report = OnyxCommon.OnyxValueWithOfflineFeedback<
/** Account ID of the report owner */
ownerAccountID?: number;

/** E-mail of the report owner */
ownerEmail?: string;

/** Collection of report participants, indexed by their accountID */
participants?: Participants;

Expand Down
1 change: 0 additions & 1 deletion tests/utils/collections/optionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ export default function createRandomOptionData(index: number): OptionData {
lastVisibleActionLastModified: new Date().toISOString(),
lastActorAccountID: randNumber(),
ownerAccountID: randNumber(),
ownerEmail: randEmail(),
};
}

0 comments on commit 0676202

Please sign in to comment.