diff --git a/lib/private/App/AppStore/Fetcher/AppFetcher.php b/lib/private/App/AppStore/Fetcher/AppFetcher.php index 84ca35439fcf0..c09fffd4fd872 100644 --- a/lib/private/App/AppStore/Fetcher/AppFetcher.php +++ b/lib/private/App/AppStore/Fetcher/AppFetcher.php @@ -149,6 +149,5 @@ public function setVersion(string $version, string $fileName = 'apps.json', bool parent::setVersion($version); $this->fileName = $fileName; $this->ignoreMaxVersion = $ignoreMaxVersion; - $this->setEndpoint(); } }