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"`