From 47cf7cfd765da57943283856fc996e0c744d91cb Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 20 Jun 2026 15:33:46 +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 ab7e0c3a..ff8d477f 100644 --- a/backend/gestion/db/db_clients.go +++ b/backend/gestion/db/db_clients.go @@ -75,7 +75,6 @@ func (d *Database) GetClientByID(id int) (*models.Client, error) { return client, nil } -// GetAllClients récupère tous les clients func (d *Database) GetAllClients() ([]*models.Client, error) { var rows []struct { ID int `gorm:"column:id"`