Skip to content

Commit

Permalink
fix: schedule team id
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Nov 30, 2023
1 parent c3c0ce6 commit 307fd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/services/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def execute_scheduled_run(
name=f"{schedule.name} - {arrow.get(datetime.now()).format('DD MMM, YYYY, HH:mm')}",
is_public=True,
agent_id=configs.agent_id,
team_id=None,
team_id=configs.team_id,
),
user=user,
account=account,
Expand Down

0 comments on commit 307fd06

Please sign in to comment.