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
@@ -24,7 +24,6 @@ public class HealthController(
InventoryHelper _inventoryHelper,
ServerLocalisationService _serverLocalisationService,
HttpResponseUtil _httpResponseUtil,
HealthHelper _healthHelper,
ICloner _cloner
)
{