diff --git a/src/FX.Core/RedisStorageLayer.fs b/src/FX.Core/RedisStorageLayer.fs index 302e34e..20ce2cf 100644 --- a/src/FX.Core/RedisStorageLayer.fs +++ b/src/FX.Core/RedisStorageLayer.fs @@ -53,7 +53,7 @@ module Serialization = if reader.TokenType <> JsonTokenType.EndObject then raise <| JsonException() Match.Full - | "Parital" -> + | "Partial" -> // "Amount" key reader.Read() |> ignore if reader.TokenType <> JsonTokenType.PropertyName || reader.GetString() <> "Amount" then