feat: add blank status #165

Merged
ptran merged 2 commits from slots-blank into main 2025-05-07 12:25:57 +00:00
Showing only changes of commit f813512436 - Show all commits

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

Phan Huy Tran 2025-05-07 14:17:57 +02:00

View file

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