diff --git a/vwowrla.core/src/vwowrla/core/schemas.clj b/vwowrla.core/src/vwowrla/core/schemas.clj index 1082964..509ae1c 100644 --- a/vwowrla.core/src/vwowrla/core/schemas.clj +++ b/vwowrla.core/src/vwowrla/core/schemas.clj @@ -87,7 +87,7 @@ (def RaidAnalysis {:encounters [Encounter] :active-encounter (s/maybe Encounter) - (s/optional-key :unknown-events-count) (s/Num)}) + (s/optional-key :unknown-events-count) s/Num}) ; TODO (def DamageProperties