Skip to content

Commit

Permalink
ut
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 27, 2024
1 parent f351495 commit 509624c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/Controller/Jury/ClarificationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,7 @@ public function changeQueueAction(Request $request, int $clarId): Response
public function checkIfClaimed(Request $request): Response
{
$clarid = $request->query->get('clarid');
$currentUser = $this->getUser();
$currentUserName = $currentUser->getUsername();
$currentUserName = $this->getUser()->getUserIdentifier();

$queryBuilder = $this->em->createQueryBuilder()
->select('clar.jury_member')
Expand Down

0 comments on commit 509624c

Please sign in to comment.