api: return the last updated
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 31s

This commit is contained in:
Lee 2024-08-02 02:51:58 +01:00
parent 0abff880c2
commit 4697cd4aec

@ -42,7 +42,6 @@ public class ScoreSaberAccount {
/** /**
* The date the user was last updated. * The date the user was last updated.
*/ */
@JsonIgnore
private Date lastUpdated; private Date lastUpdated;
/** /**