You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/ReportActionsUtils.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -745,8 +745,8 @@ function isActionableReportMentionWhisper(reportAction: OnyxEntry<ReportAction>)
745
745
* Checks if a given report action corresponds to a welcome whisper.
746
746
* @param reportAction
747
747
*/
748
-
functionisExpenseChatWelcomeWhisper(reportAction: OnyxEntry<ReportAction>): reportAction is ReportAction<typeofCONST.REPORT.ACTIONS.TYPE.EXPENSE_CHAT_WELCOME_WHISPER>{
functionisExpenseChatWelcomeWhisper(reportAction: OnyxEntry<ReportAction>): reportAction is ReportAction<typeofCONST.REPORT.ACTIONS.TYPE.POLICY_EXPENSE_CHAT_WELCOME_WHISPER>{
0 commit comments