summaryrefslogtreecommitdiffstats
path: root/lib/Service/UpdaterService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/UpdaterService.php')
-rw-r--r--lib/Service/UpdaterService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/UpdaterService.php b/lib/Service/UpdaterService.php
index bf944d19f..5ab553d10 100644
--- a/lib/Service/UpdaterService.php
+++ b/lib/Service/UpdaterService.php
@@ -58,6 +58,6 @@ class UpdaterService
public function afterUpdate(): void
{
- $this->itemService->purgeOverThreshold(null);
+ $this->itemService->purgeOverThreshold();
}
}