Skip to content

Commit

Permalink
fix(appstoreFetcher): remove unneeded warning
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme authored and backportbot[bot] committed Sep 17, 2024
1 parent 781cda5 commit 9da1675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/App/AppStore/Fetcher/AppFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public function get($allowUnstable = false): array {

$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');
Expand Down

0 comments on commit 9da1675

Please sign in to comment.