Skip to content

Commit

Permalink
Fixed missed operator
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wHiTeHand-0 authored Nov 10, 2024
1 parent 18c2339 commit 6e27e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Services/EnvironmentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ protected function loadUserFromBasicAuth(?string $userId, IRequest $request): bo
*
* @return bool
*/
protected function loadUserFromBearerAuth(string $userId, string $value): bool {
protected function loadUserFromBearerAuth(?string $userId, string $value): bool {
if(empty($value)) return false;

try {
Expand Down

0 comments on commit 6e27e5d

Please sign in to comment.