diff --git a/backend/app/api/bot_bridge.py b/backend/app/api/bot_bridge.py index 3e17a45b..14575430 100644 --- a/backend/app/api/bot_bridge.py +++ b/backend/app/api/bot_bridge.py @@ -134,7 +134,7 @@ def bot_kpis( "threshold_yellow": k.threshold_yellow, "threshold_red": k.threshold_red, "responsible_dept": k.responsible_dept, "owner": k.responsible_user, - "objective": k.objective, "description": k.description, + "objective": k.objective, "formula_desc": k.formula_desc, "latest_value": _float(latest.actual_value) if latest else None, "latest_period": latest.period if latest else None, "status": k.status,