Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed May 6, 2024
1 parent 84bc431 commit e6afd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ function navigateToAndOpenReport(
avatarUri?: string,
avatarFile?: File | CustomRNImageManipulatorResult | undefined,
optimisticReportID?: string,
isGroupChat?: boolean,
isGroupChat = false,
) {
let newChat: ReportUtils.OptimisticChatReport | EmptyObject = {};
let chat: OnyxEntry<Report> | EmptyObject = {};
Expand Down

0 comments on commit e6afd28

Please sign in to comment.