🐛 Serialize the success value, remove equals override
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / states / AbstractState.java
index 8828fe4..f3b37e5 100644 (file)
@@ -46,6 +46,7 @@ public abstract class AbstractState implements State {
        private final long time;
 
        /** Whether the state was successfully retrieved. */
+       @JsonProperty
        private final boolean success;
        private final boolean empty;