Skip to content

Commit

Permalink
Merge pull request #1442 from ianco/ws-protocol-fix
Browse files Browse the repository at this point in the history
Add missing param to ws protocol
  • Loading branch information
swcurran authored Oct 13, 2021
2 parents 68675f8 + 2822edb commit 615c311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/transport/outbound/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async def handle_message(
payload: Union[str, bytes],
endpoint: str,
metadata: dict = None,
api_key: str = None,
):
"""
Handle message from queue.
Expand Down

0 comments on commit 615c311

Please sign in to comment.