Skip to content

Commit

Permalink
Merge pull request #44791 from Expensify/francois-fix-duplicate-attr
Browse files Browse the repository at this point in the history
Remove dupe attributes in type `SearchReport`
  • Loading branch information
luacmartins authored Jul 4, 2024
2 parents d30a4bc + ff30d23 commit 83eb7e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types/onyx/SearchResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ type SearchReport = {

/** The action that can be performed for the report */
action?: string;

/** The net report sender ID */
accountID?: number;

/** The net report recipient ID */
managerID?: number;
};

/** Model of transaction search result */
Expand Down

0 comments on commit 83eb7e6

Please sign in to comment.