Fix internal server err
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m42s

This commit is contained in:
Braydon 2024-04-13 13:05:46 -04:00
parent 9c4a39641d
commit d6a21fd5a3

@ -23,7 +23,6 @@
*/ */
package me.braydon.mc.model.cache; package me.braydon.mc.model.cache;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.*; import lombok.*;
import me.braydon.mc.model.MinecraftServer; import me.braydon.mc.model.MinecraftServer;
@ -46,7 +45,7 @@ public final class CachedMinecraftServer implements Serializable {
/** /**
* The cached server. * The cached server.
*/ */
@JsonBackReference @NonNull private final MinecraftServer value; @NonNull private final MinecraftServer value;
/** /**
* The unix timestamp of when this * The unix timestamp of when this