Skip to content

Commit

Permalink
fix alert type
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Jul 9, 2024
1 parent 344c3f0 commit d839cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/alert_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def _alert_platelets(
alert = _create_alert(
id_prescription_drug=str(prescription_drug.id),
key="",
alert_type=DrugAlertTypeEnum.LIVER,
alert_type=DrugAlertTypeEnum.PLATELETS,
alert_level=DrugAlertLevelEnum.HIGH,
text="",
)
Expand Down

0 comments on commit d839cc6

Please sign in to comment.