From ff30d23e3c5366d4c83b51007b27c72a3f9f8bb5 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Wed, 3 Jul 2024 16:45:32 -0700 Subject: [PATCH] Remove dupe attributes in type `SearchReport` --- src/types/onyx/SearchResults.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/types/onyx/SearchResults.ts b/src/types/onyx/SearchResults.ts index dd5d0524c7a7..89d1b6c72566 100644 --- a/src/types/onyx/SearchResults.ts +++ b/src/types/onyx/SearchResults.ts @@ -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 */