forked from Cookies_Github_mirror/AquaDX
[-] Remove jsonignore for playlog id
This commit is contained in:
@@ -27,7 +27,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
@JsonIgnore
|
||||
|
||||
@@ -26,7 +26,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
@JsonIgnore
|
||||
|
||||
@@ -26,7 +26,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
@JsonIgnore
|
||||
|
||||
Reference in New Issue
Block a user