chore: build
Backend - Build & Lint / build (push) Has been cancelled

This commit is contained in:
2026-06-20 15:27:05 +02:00
parent c5f3a293f9
commit 0067ec2234
-1
View File
@@ -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"`