feat: add blank status
All checks were successful
CI / Get Changed Files (pull_request) Successful in 7s
CI / eslint (pull_request) Has been skipped
CI / Docker frontend validation (pull_request) Successful in 9s
CI / oxlint (pull_request) Has been skipped
CI / prettier (pull_request) Has been skipped
CI / test-build (pull_request) Has been skipped
CI / Docker backend validation (pull_request) Successful in 49s
CI / Checkstyle Main (pull_request) Successful in 52s

This commit is contained in:
Phan Huy Tran 2025-05-07 14:17:57 +02:00
commit f813512436

View file

@ -33,7 +33,6 @@ public class SlotService {
this.thirdReel = shuffleReel(reelStrip); this.thirdReel = shuffleReel(reelStrip);
} }
public SpinResult spin(BigDecimal betAmount, UserEntity user) { public SpinResult spin(BigDecimal betAmount, UserEntity user) {
int index1 = this.random.nextInt(REEL_LENGTH); int index1 = this.random.nextInt(REEL_LENGTH);
int index2 = this.random.nextInt(REEL_LENGTH); int index2 = this.random.nextInt(REEL_LENGTH);