diff --git a/backend/gestion/handlers/commands.go b/backend/gestion/handlers/commands.go index 56174424..50c7b725 100644 --- a/backend/gestion/handlers/commands.go +++ b/backend/gestion/handlers/commands.go @@ -149,7 +149,6 @@ func UpdateCommandAddress(c *gin.Context) { }) } -// ProposeAddressChange propose une nouvelle adresse au client pour validation func ProposeAddressChange(c *gin.Context) { database := c.MustGet("database").(*db.Database)