Skip to content

Commit

Permalink
dont specify error
Browse files Browse the repository at this point in the history
  • Loading branch information
srikarparsi committed Sep 19, 2024
1 parent 3bf7935 commit d790940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4260,7 +4260,7 @@ function buildOptimisticTaskCommentReportAction(

// These parameters are not saved on the reportAction, but are used to display the task in the UI
// Added when we fetch the reportActions on a report
// eslint-disable-next-line deprecation/deprecation
// eslint-disable-next-line
reportAction.reportAction.originalMessage = {
html: ReportActionsUtils.getReportActionHtml(reportAction.reportAction),
taskReportID: ReportActionsUtils.getReportActionMessage(reportAction.reportAction)?.taskReportID,
Expand Down

0 comments on commit d790940

Please sign in to comment.