diff --git a/LightlessSyncAPI/SignalR/ILightlessHub.cs b/LightlessSyncAPI/SignalR/ILightlessHub.cs index 45af3f6..08fc687 100644 --- a/LightlessSyncAPI/SignalR/ILightlessHub.cs +++ b/LightlessSyncAPI/SignalR/ILightlessHub.cs @@ -119,6 +119,6 @@ public interface ILightlessHub Task UpdateLocation(LocationDto locationDto, bool offline); Task<(List, List)> RequestAllLocationInfo(); - Task ToggleLocationSharing(LocationSharingToggleDto dto); + Task ToggleLocationSharing(LocationSharingToggleDto dto); }