Skip to content

Commit

Permalink
fix: deepscan
Browse files Browse the repository at this point in the history
  • Loading branch information
adkif committed Sep 26, 2024
1 parent f4f15ef commit ff48c96
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,6 @@ export class TimeTrackerComponent implements OnInit, AfterViewInit {
if (timeSlotId && screenshots?.length > 0) {
await this.uploadScreenshots(activities, timeSlotId, screenshots);
this._loggerService.info('Capturing Screen and Sending Activities Done ✔️');
} else {
}
}, 1000);
}
Expand Down

0 comments on commit ff48c96

Please sign in to comment.