Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Jan 19, 2024
1 parent 0916776 commit ce64efa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/libs/UnreadIndicatorUpdater/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export default function getUnreadReportsForUnreadIndicator(reports: OnyxCollecti
(report) =>
ReportUtils.isUnread(report) &&
ReportUtils.shouldReportBeInOptionList({
report,
currentReportId: currentReportID ?? '',
betas: [],
policies: {},
doesReportHaveViolations: false,
isInGSDMode: false,
excludeEmptyChats: false,
report,
currentReportId: currentReportID ?? '',
betas: [],
policies: {},
doesReportHaveViolations: false,
isInGSDMode: false,
excludeEmptyChats: false,
}) &&
report?.notificationPreference !== CONST.REPORT.NOTIFICATION_PREFERENCE.HIDDEN,
);
Expand Down

0 comments on commit ce64efa

Please sign in to comment.