Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into discord
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Czeladka committed Sep 14, 2023
2 parents ab30876 + 52eac44 commit 3f8fa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public Either<Problem, SMSStartVerificationResponse> startVerification(SMSStartV
}

@Override
@Transactional(readOnly = true)
@Transactional
public Either<Problem, IsVerifiedResponse> checkVerification(SMSCheckVerificationRequest checkVerificationRequest) {
String eventId = checkVerificationRequest.getEventId();
String stakeAddress = checkVerificationRequest.getStakeAddress();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ protected void doFilterInternal(HttpServletRequest request,
.build();

sendBackProblem(response, problem);

return;
}

Expand Down

0 comments on commit 3f8fa56

Please sign in to comment.