Removed unused injections from controllers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user