Skip to content

Commit

Permalink
Update function sig for consumer for hexkit v3
Browse files Browse the repository at this point in the history
Does not include any downstream changes for that
  • Loading branch information
TheByronHimes committed Apr 30, 2024
1 parent 58f1459 commit 408d5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nos/translators/inbound/event_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def _handle_file_registered(self, payload: JsonObject) -> None:
)

async def _consume_validated(
self, *, payload: JsonObject, type_: Ascii, topic: Ascii
self, *, payload: JsonObject, type_: Ascii, topic: Ascii, key: Ascii
) -> None:
"""Consumes an event"""
if type_ in (
Expand Down

0 comments on commit 408d5bf

Please sign in to comment.