chore: refacto

This commit is contained in:
2026-04-22 19:06:35 +02:00
parent 7605fce9f4
commit a276e1126f
7 changed files with 64 additions and 90 deletions
@@ -17,7 +17,6 @@ func StartAutoAssignmentCron(database *db.Database, geoService *services.GeoServ
log.Println("⏰ [CRON] Auto-Assignment Worker démarré (1 min) avec système de priorisation")
// Exécution immédiate au démarrage
go processAutoAssignmentWithPriority(database, geoService)
for range ticker.C {