Removed unused injections from controllers

This commit is contained in:
Chomp
2025-07-04 09:24:06 +01:00
parent c8b8669546
commit a337b3c4e9
7 changed files with 2 additions and 16 deletions
@@ -5,7 +5,6 @@ using SPTarkov.Server.Core.Models.Eft.Common.Tables;
using SPTarkov.Server.Core.Models.Eft.Location;
using SPTarkov.Server.Core.Models.Utils;
using SPTarkov.Server.Core.Services;
using SPTarkov.Server.Core.Utils.Cloners;
using LogLevel = SPTarkov.Server.Core.Models.Spt.Logging.LogLevel;
namespace SPTarkov.Server.Core.Controllers;
@@ -14,8 +13,7 @@ namespace SPTarkov.Server.Core.Controllers;
public class LocationController(
ISptLogger<LocationController> _logger,
DatabaseService _databaseService,
AirdropService _airdropService,
ICloner _cloner
AirdropService _airdropService
)
{
/// <summary>