From a847c172069c27fccd95fc593a1b0c630a620d4f Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 23 Dec 2023 12:07:34 +0100 Subject: Transactions test --- ModAS.Server/Controllers/DebugController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ModAS.Server/Controllers/DebugController.cs') diff --git a/ModAS.Server/Controllers/DebugController.cs b/ModAS.Server/Controllers/DebugController.cs index 39bff65..d3c7ad0 100644 --- a/ModAS.Server/Controllers/DebugController.cs +++ b/ModAS.Server/Controllers/DebugController.cs @@ -40,7 +40,7 @@ public class DebugController(ModASConfiguration config, AuthenticatedHomeserverP await ahs.GetJoinedRooms(); } catch (MatrixException e) { - if(e is {ErrorCode: "M_FORBIDDEN"}) continue; + if (e is { ErrorCode: "M_FORBIDDEN" }) continue; throw; } -- cgit 1.5.1