fix(): business logic fixes and code refactoring

This commit is contained in:
ITQ
2026-02-24 09:58:07 +03:00
parent e51b74a133
commit 16b48fee40
18 changed files with 307 additions and 140 deletions
+1 -1
View File
@@ -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,