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
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:
commit
572100678f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Reference in a new issue