Skip to content

Commit

Permalink
fix: update default value for schedule repeats
Browse files Browse the repository at this point in the history
  • Loading branch information
cellomatt committed Jul 2, 2024
1 parent ad16d22 commit 43673eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knockapi/resources/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def create_schedules(
self,
key,
recipients,
repeats=None,
repeats=[],
scheduled_at=None,
data={},
actor=None,
Expand Down

0 comments on commit 43673eb

Please sign in to comment.