remove raise in medications

This commit is contained in:
ipu 2025-08-22 23:00:13 +03:00
parent 13c78e1be0
commit 485c70f8c7

View file

@ -379,7 +379,6 @@ class EstimationService:
rx_spend += drug_price.unit_price * month_times
except Exception as e:
raise e
print(f"Error calculating rx spend for {medication.name}: {e}")
pass
return rx_spend