Skip to content

Commit 47ac2c3

Browse files
authored
fix: fix typo causing recursion
2 parents 0e048e5 + f98f1ac commit 47ac2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nitric/faas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ def _bucket_notification_handler(self):
768768

769769
@property
770770
def _websocket_handler(self):
771-
return self._websocket_handler
771+
return self.__websocket_handler
772772

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

0 commit comments

Comments
 (0)