From bb88bea5aade4fb3fce9d5a729ba37102e68a4d6 Mon Sep 17 00:00:00 2001 From: azyges <229218900+azyges@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:55:17 +0900 Subject: [PATCH] revert api bump from testing --- LightlessSyncAPI/SignalR/ILightlessHub.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSyncAPI/SignalR/ILightlessHub.cs b/LightlessSyncAPI/SignalR/ILightlessHub.cs index f2679fd..1a2363f 100644 --- a/LightlessSyncAPI/SignalR/ILightlessHub.cs +++ b/LightlessSyncAPI/SignalR/ILightlessHub.cs @@ -10,7 +10,7 @@ namespace LightlessSync.API.SignalR; public interface ILightlessHub { - const int ApiVersion = 37; + const int ApiVersion = 34; const string Path = "/lightless"; Task CheckClientHealth();