Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Aug 1, 2024
1 parent 03d0b62 commit 8f07fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/events/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
)

Expand Down

0 comments on commit 8f07fbe

Please sign in to comment.