Merge branch 'main' into slots-frontend
All checks were successful
CI / Get Changed Files (pull_request) Successful in 7s
CI / Docker backend validation (pull_request) Successful in 11s
CI / Docker frontend validation (pull_request) Successful in 21s
CI / Checkstyle Main (pull_request) Has been skipped
CI / oxlint (pull_request) Successful in 30s
CI / prettier (pull_request) Successful in 29s
CI / eslint (pull_request) Successful in 42s
CI / test-build (pull_request) Successful in 41s

This commit is contained in:
Phan Huy Tran 2025-05-07 12:29:19 +00:00
commit 572100678f
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

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);