fix(): business logic fixes and code refactoring
This commit is contained in:
@@ -42,7 +42,7 @@ def _notify(
|
||||
NotificationPayload(
|
||||
title=f"{event_type.replace('_', ' ').title()}",
|
||||
body=(
|
||||
f"Experiment '{experiment.name}' — "
|
||||
f"Experiment '{experiment.name}' - "
|
||||
f"{event_type.replace('_', ' ')}."
|
||||
),
|
||||
event_type=event_type,
|
||||
|
||||
Reference in New Issue
Block a user