refactor: refactor state logic
All checks were successful
CI / Get Changed Files (pull_request) Successful in 9s
CI / eslint (pull_request) Has been skipped
CI / prettier (pull_request) Has been skipped
CI / test-build (pull_request) Has been skipped
CI / Checkstyle Main (pull_request) Successful in 54s

This commit is contained in:
Phan Huy Tran 2025-03-27 15:46:07 +01:00
commit cb6c1550b7
5 changed files with 22 additions and 14 deletions

View file

@ -31,6 +31,7 @@ public class CardEntity {
private Rank rank;
@Enumerated(EnumType.STRING)
@JsonIgnore
private CardType cardType;
}