feat: add bare slots frontend, remove bun start warnings (CAS-61) #164

Merged
ptran merged 8 commits from slots-frontend into main 2025-05-07 12:32:53 +00:00
Showing only changes of commit 572100678f - Show all commits

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