Skip to content

Commit

Permalink
refactor(py-sdk): forgot to update event name
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Oct 1, 2024
1 parent 1f46007 commit f3b133b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/py/apepay/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def on_stream_claimed(self, app: "SilverbackApp"):
def do_something(stream):
... # Use `stream` to update your infrastructure
"""
return self._parse_stream_decorator(app, self.contract.Claimed)
return self._parse_stream_decorator(app, self.contract.StreamClaimed)

def on_stream_cancelled(self, app: "SilverbackApp"):
"""
Expand Down

0 comments on commit f3b133b

Please sign in to comment.