Skip to content

Commit

Permalink
Add missing param
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Costanzo <[email protected]>
  • Loading branch information
ianco committed Oct 13, 2021
1 parent 68675f8 commit 2822edb
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 2822edb

Please sign in to comment.