style: Clean up whitespace in component files
All checks were successful
CI / Get Changed Files (pull_request) Successful in 9s
CI / Docker backend validation (pull_request) Successful in 12s
CI / eslint (pull_request) Successful in 35s
CI / Docker frontend validation (pull_request) Successful in 52s
CI / oxlint (pull_request) Successful in 25s
CI / Checkstyle Main (pull_request) Successful in 55s
CI / prettier (pull_request) Successful in 21s
CI / test-build (pull_request) Successful in 31s
All checks were successful
CI / Get Changed Files (pull_request) Successful in 9s
CI / Docker backend validation (pull_request) Successful in 12s
CI / eslint (pull_request) Successful in 35s
CI / Docker frontend validation (pull_request) Successful in 52s
CI / oxlint (pull_request) Successful in 25s
CI / Checkstyle Main (pull_request) Successful in 55s
CI / prettier (pull_request) Successful in 21s
CI / test-build (pull_request) Successful in 31s
This commit is contained in:
parent
7aefe67aa0
commit
205bf1e52c
3 changed files with 9 additions and 9 deletions
|
@ -109,13 +109,13 @@ export default class SlotsComponent implements OnInit, OnDestroy {
|
|||
next: (result) => {
|
||||
setTimeout(() => {
|
||||
this.slotResult.set(result);
|
||||
|
||||
|
||||
if (result.status === 'win') {
|
||||
this.userService.updateLocalBalance(result.amount);
|
||||
}
|
||||
|
||||
|
||||
this.userService.refreshCurrentUser();
|
||||
|
||||
|
||||
this.isSpinning = false;
|
||||
}, 1500);
|
||||
},
|
||||
|
|
Reference in a new issue