From a2b318f6f52dfec7f217643273e5b4e0855fe9e0 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 9 May 2025 17:28:08 +0200 Subject: WIP: reword me later --- LibMatrix/Responses/SyncResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibMatrix/Responses/SyncResponse.cs') diff --git a/LibMatrix/Responses/SyncResponse.cs b/LibMatrix/Responses/SyncResponse.cs index 47fb753..d79e820 100644 --- a/LibMatrix/Responses/SyncResponse.cs +++ b/LibMatrix/Responses/SyncResponse.cs @@ -167,7 +167,7 @@ public class SyncResponse { ]).Max(); } - [JsonConverter(typeof(JsonStringEnumConverter))] + [JsonConverter(typeof(JsonStringEnumConverter))] public enum Msc4222SyncType { None, Server, -- cgit 1.5.1