Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Feb 6, 2025
1 parent 33bd432 commit 72b9ea7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libs/ReportActionsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1891,11 +1891,6 @@ function getReportActionsLength() {
}

function wasActionCreatedWhileOffline(action: ReportAction, isOffline: boolean, lastOfflineAt: Date | undefined, lastOnlineAt: Date | undefined, locale: Locale): boolean {
// The user was never online.
if (!lastOnlineAt) {
return true;
}

// The user never was never offline.
if (!lastOfflineAt || !lastOnlineAt) {
return false;
Expand Down

0 comments on commit 72b9ea7

Please sign in to comment.