chore: build
Backend - Build & Lint / build (push) Failing after 4m1s

This commit is contained in:
2026-06-18 22:44:12 +02:00
parent 5a77bacb04
commit 450f930603
-1
View File
@@ -7,7 +7,6 @@ import (
"gorm.io/gorm" "gorm.io/gorm"
) )
// GetProductPrice récupère le prix réel d'un produit pour une quantité donnée (legacy)
func (d *Database) GetProductPrice(name, category string, quantity float64) (float64, error) { func (d *Database) GetProductPrice(name, category string, quantity float64) (float64, error) {
var result struct { var result struct {
Price float64 `gorm:"column:price"` Price float64 `gorm:"column:price"`