From 12ae7282a6c419c71f98ba68f051efa4d90eff20 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Mon, 15 Jun 2026 21:28:22 +0200 Subject: [PATCH] chore: build --- backend/gestion/handlers/gps.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/gestion/handlers/gps.go b/backend/gestion/handlers/gps.go index 4897de64..cd154e6b 100644 --- a/backend/gestion/handlers/gps.go +++ b/backend/gestion/handlers/gps.go @@ -16,7 +16,6 @@ import ( "github.com/gin-gonic/gin" ) -// GetDeliveryPersonMapLinks génère les liens de cartes pour visualiser la position d'un livreur // GET /api/v2/admin/protected/delivery-persons/:username/map-links func GetDeliveryPersonMapLinks(c *gin.Context) { database := c.MustGet("database").(*db.Database)