Skip to content

Commit

Permalink
fix: fix typo causing recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
jyecusch authored Aug 10, 2023
2 parents 0e048e5 + f98f1ac commit 47ac2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitric/faas.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def _bucket_notification_handler(self):

@property
def _websocket_handler(self):
return self._websocket_handler
return self.__websocket_handler

async def _run(self):
"""Register a new FaaS worker with the Membrane, using the provided function as the handler."""
Expand Down

0 comments on commit 47ac2c3

Please sign in to comment.