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