feat(auth): add oauth2 using github (CAS-64) #208
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class BlackJackService {
|
|||
dealCardToPlayer(game);
|
||||
dealCardToSplitHand(game);
|
||||
|
||||
return game;
|
||||
return processGameBasedOnState(game);
|
||||
}
|
||||
|
||||
private BlackJackGameEntity processGameBasedOnState(BlackJackGameEntity game) {
|
||||
|
|
Reference in a new issue