forked from Cookies_Github_mirror/AquaDX
[O] Optimize auto-ban
This commit is contained in:
@@ -31,7 +31,7 @@ public class UserData implements Serializable {
|
||||
|
||||
@JsonSerialize(using = AccessCodeSerializer.class)
|
||||
@JsonProperty(value = "accessCode", access = JsonProperty.Access.READ_ONLY)
|
||||
@OneToOne
|
||||
@OneToOne(fetch = FetchType.LAZY)
|
||||
@JoinColumn(name = "aime_card_id")
|
||||
private Card card;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user