chore: fix

This commit is contained in:
2026-06-15 22:36:12 +02:00
parent a6bc62b6e6
commit 153780073f
-1
View File
@@ -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)