chore: add warning in case of failure

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
Git'Fellow 2024-07-16 18:13:25 +02:00 committed by Andy Scherzinger
parent 837e006e7f
commit 5a29cc51c7

View file

@ -178,6 +178,7 @@ class AppFetcher extends Fetcher {
$apps = parent::get($allowPreReleases);
if (empty($apps)) {
$this->logger->warning('Could not get apps from the appstore', ['app' => 'appstoreFetcher']);
return [];
}
$allowList = $this->config->getSystemValue('appsallowlist');