chore: build
Backend - Build & Lint / build (push) Failing after 15m18s

This commit is contained in:
2026-06-20 15:33:46 +02:00
parent 95784de527
commit 47cf7cfd76
-1
View File
@@ -75,7 +75,6 @@ func (d *Database) GetClientByID(id int) (*models.Client, error) {
return client, nil return client, nil
} }
// GetAllClients récupère tous les clients
func (d *Database) GetAllClients() ([]*models.Client, error) { func (d *Database) GetAllClients() ([]*models.Client, error) {
var rows []struct { var rows []struct {
ID int `gorm:"column:id"` ID int `gorm:"column:id"`