Skip to content

Commit

Permalink
fix: removed unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Mar 14, 2024
1 parent c90578d commit 2bd4b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/SidebarUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ function getOrderedReportIDs(
// Normally, the spread operator would be used here to clone the report and prevent the need to reassign the params.
// However, this code needs to be very performant to handle thousands of reports, so in the interest of speed, we're just going to disable this lint rule and add
// the reportDisplayName property to the report object directly.
// eslint-disable-next-line no-param-reassign
if (report) {
// eslint-disable-next-line no-param-reassign
report.displayName = ReportUtils.getReportName(report);
Expand Down

0 comments on commit 2bd4b92

Please sign in to comment.