Merge pull request #544 from sp-tarkov/remove-warnings

Remove unused dependencies and improve code quality
This commit is contained in:
Jesse
2025-08-12 19:26:05 +02:00
committed by GitHub
parent 2076ac79a8
commit 60958b3d24
26 changed files with 46 additions and 54 deletions
@@ -3,14 +3,12 @@ using SPTarkov.Server.Core.Helpers;
using SPTarkov.Server.Core.Models.Common;
using SPTarkov.Server.Core.Models.Eft.InRaid;
using SPTarkov.Server.Core.Models.Spt.Config;
using SPTarkov.Server.Core.Models.Utils;
using SPTarkov.Server.Core.Servers;
namespace SPTarkov.Server.Core.Controllers;
[Injectable]
public class InRaidController(
ISptLogger<InRaidController> logger,
ProfileHelper profileHelper,
//ApplicationContext _applicationContext,
ConfigServer configServer