Skip to content

Commit

Permalink
Merge pull request #3139 from nextcloud/backport/3138/stable25
Browse files Browse the repository at this point in the history
[stable25] Remove duplicate assignment of sessionService in UserApiController
  • Loading branch information
blizzz authored Oct 10, 2022
2 parents 9343df9 + eef8189 commit f3cd0fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Controller/UserApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public function __construct($appName, IRequest $request, SessionService $session
$this->collaboratorSearch = $ISearch;
$this->userSession = $userSession;
$this->userManager = $userManager;
$this->sessionService = $sessionService;
}

/**
Expand Down

0 comments on commit f3cd0fb

Please sign in to comment.