Skip to content

Commit db047a3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BackgroundJob/SyncJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
ImapToDbSynchronizer $syncService,
4646
LoggerInterface $logger,
4747
IJobList $jobList,
48-
private readonly IConfig $config
48+
private readonly IConfig $config,
4949
) {
5050
parent::__construct($time);
5151

0 commit comments

Comments
 (0)