Skip to content

Commit f2624ae

Browse files
committed
fixup! feat: adjust background sync on user activity
1 parent a96ac27 commit f2624ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Controller/MailboxesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(
4747
IMailManager $mailManager,
4848
SyncService $syncService,
4949
private readonly IConfig $config,
50-
private readonly ITimeFactory $timeFactory
50+
private readonly ITimeFactory $timeFactory,
5151
) {
5252
parent::__construct($appName, $request);
5353

lib/Service/AccountService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(
5353
IJobList $jobList,
5454
IMAPClientFactory $imapClientFactory,
5555
private readonly IConfig $config,
56-
private readonly ITimeFactory $time
56+
private readonly ITimeFactory $time,
5757
) {
5858
$this->mapper = $mapper;
5959
$this->aliasesService = $aliasesService;

0 commit comments

Comments
 (0)