Skip to content

Commit

Permalink
Merge pull request #34770 from Expensify/jasper-removeUnusedParam
Browse files Browse the repository at this point in the history
[NO QA] Remove shouldAllowActionableMentionWhispers unused param
  • Loading branch information
grgia authored Mar 11, 2024
2 parents d37b25e + 2564e21 commit 2f981f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/libs/API/parameters/AddCommentOrAttachementParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ type AddCommentOrAttachementParams = {
reportComment?: string;
file?: FileObject;
timezone?: string;
shouldAllowActionableMentionWhispers?: boolean;
clientCreatedTime?: string;
isOldDotConciergeChat?: boolean;
};
Expand Down
1 change: 0 additions & 1 deletion src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ function addActions(reportID: string, text = '', file?: FileObject) {
commentReportActionID: file && reportCommentAction ? reportCommentAction.reportActionID : null,
reportComment: reportCommentText,
file,
shouldAllowActionableMentionWhispers: true,
clientCreatedTime: file ? attachmentAction?.created : reportCommentAction?.created,
};

Expand Down

0 comments on commit 2f981f6

Please sign in to comment.