Skip to content

Commit

Permalink
fix typo (#1881) (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro authored Nov 23, 2023
1 parent 2fa76c2 commit 947931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/planning/planning/planning_spike.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def notify_draft_coverage_on_spike(self, coverage):
)

def on_updated(self, updates, original):
super().on_update(updates, original)
super().on_updated(updates, original)

# Delete assignments in workflow
assignments_to_delete = []
Expand Down

0 comments on commit 947931c

Please sign in to comment.