From 450f9306030dfaf65b62365d05553686cb8332a4 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Thu, 18 Jun 2026 22:44:12 +0200 Subject: [PATCH] chore: build --- backend/gestion/db/db_basket.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/gestion/db/db_basket.go b/backend/gestion/db/db_basket.go index a68d2623..0954efce 100644 --- a/backend/gestion/db/db_basket.go +++ b/backend/gestion/db/db_basket.go @@ -7,7 +7,6 @@ import ( "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) { var result struct { Price float64 `gorm:"column:price"`