From a1f9526c23d6ccf13e0e776340e04b61176bddd5 Mon Sep 17 00:00:00 2001 From: defnotken Date: Thu, 9 Oct 2025 18:03:30 -0500 Subject: [PATCH] quick quick quick cleanup --- .../LightlessSyncServer/Hubs/LightlessHub.User.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.User.cs b/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.User.cs index ecd7025..a06b975 100644 --- a/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.User.cs +++ b/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.User.cs @@ -4,7 +4,6 @@ using LightlessSync.API.Data.Extensions; using LightlessSync.API.Dto.Group; using LightlessSync.API.Dto.User; using LightlessSyncServer.Utils; -using LightlessSyncServer.Configuration; using LightlessSyncShared.Metrics; using LightlessSyncShared.Models; using LightlessSyncShared.Utils; @@ -14,7 +13,6 @@ using Microsoft.EntityFrameworkCore; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using StackExchange.Redis; -using System.Linq; using System.Text; using System.Text.Json; using System.Text.RegularExpressions;