fix error

This commit is contained in:
2026-05-26 18:55:54 +01:00
parent 19c63ef317
commit 897b036fc5
@@ -42,6 +42,7 @@ public class CreatePurchaseOrder(
if (purchaseProduct is not null)
{
await Send.StringAsync("Le produit est déjà dans le bon de commande", 400, cancellation: ct);
return;
}
PurchaseProduct? productOnPurchase = mapper.Map<PurchaseProduct>(line);