Skip to content

Commit

Permalink
Update src/libs/actions/Report.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Glasser <[email protected]>
  • Loading branch information
jamesdeanexpensify and marcaaron authored Nov 19, 2024
1 parent ce49dc3 commit c5afbcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3498,7 +3498,6 @@ function prepareOnboardingOptimisticData(
const targetChatReport = ReportUtils.getChatByParticipants([actorAccountID, currentUserAccountID]);
const {reportID: targetChatReportID = '', policyID: targetChatPolicyID = ''} = targetChatReport ?? {};

const introductionCommentAction: OptimisticAddCommentReportAction = introductionComment.reportAction;
reportID: targetChatReportID,
reportActionID: introductionCommentAction.reportActionID,

Check failure on line 3502 in src/libs/actions/Report.ts

View workflow job for this annotation

GitHub Actions / typecheck

';' expected.
reportComment: introductionComment.commentText,

Check failure on line 3503 in src/libs/actions/Report.ts

View workflow job for this annotation

GitHub Actions / typecheck

';' expected.
Expand Down

0 comments on commit c5afbcf

Please sign in to comment.