Skip to content

Commit

Permalink
Update actions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 authored Jul 16, 2024
1 parent eaa2e58 commit f28a491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions breathecode/provisioning/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ def add_rigobot_activity(context: ActivityContext, field: dict, position: int) -
logger.error(f'User {field["user_id"]} not found')
return

if field["billing_status"] != "OPEN":
return
# if field["billing_status"] != "OPEN":
# return

github_academy_user_log = context["github_academy_user_logs"].get(user.id, None)
date = datetime.fromisoformat(field["consumption_period_start"])
Expand Down

0 comments on commit f28a491

Please sign in to comment.