From 8f07fbe0901339ada032d805a794441a94f56e29 Mon Sep 17 00:00:00 2001 From: jefer94 Date: Thu, 1 Aug 2024 16:07:09 -0500 Subject: [PATCH] fix a bug --- breathecode/events/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breathecode/events/actions.py b/breathecode/events/actions.py index b9380deb1..e7745c43e 100644 --- a/breathecode/events/actions.py +++ b/breathecode/events/actions.py @@ -180,7 +180,7 @@ def process_i_owe_you(i_owe_them: QuerySet[AbstractIOweYou]): "name": x["academy"].name, }, } - for x in cohorts + for x in syllabus ], )