don't return username to uuid id
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m17s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m17s
This commit is contained in:
parent
a966977d82
commit
77f787b659
@ -1,5 +1,6 @@
|
|||||||
package cc.fascinated.model.cache;
|
package cc.fascinated.model.cache;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.ToString;
|
import lombok.ToString;
|
||||||
import org.springframework.data.annotation.Id;
|
import org.springframework.data.annotation.Id;
|
||||||
@ -17,6 +18,7 @@ public final class CachedPlayerName extends CachedResponse {
|
|||||||
/**
|
/**
|
||||||
* The id of the player.
|
* The id of the player.
|
||||||
*/
|
*/
|
||||||
|
@JsonIgnore
|
||||||
@Id private final String id;
|
@Id private final String id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user