From d4c06a6d3dc2641c0499e2abc74b0577452af51c Mon Sep 17 00:00:00 2001 From: Xor290 Date: Mon, 15 Jun 2026 21:03:12 +0200 Subject: [PATCH] chore: build --- backend/gestion/handlers/commands.go | 1 - 1 file changed, 1 deletion(-) 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)