From 0067ec2234327089702339b964b99e8ad9640679 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 20 Jun 2026 15:27:05 +0200 Subject: [PATCH] chore: build --- backend/gestion/db/db_clients.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/gestion/db/db_clients.go b/backend/gestion/db/db_clients.go index 2afb93ca..ab7e0c3a 100644 --- a/backend/gestion/db/db_clients.go +++ b/backend/gestion/db/db_clients.go @@ -32,7 +32,6 @@ func (d *Database) CreateClient(client *models.Client) error { return nil } -// GetClientByID récupère un client par son ID func (d *Database) GetClientByID(id int) (*models.Client, error) { var row struct { ID int `gorm:"column:id"`