Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Feb 22, 2024
1 parent 70592c3 commit efd6151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfurlbot/handlers/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SlackMessageContainer(BaseModel):
)
async def handle_slack_message(
body: str,
msg: str = KafkaMessage,
msg: KafkaMessage,
topic: str = Context("message.topic"),
) -> None:
"""Handle a Slack message."""
Expand Down

0 comments on commit efd6151

Please sign in to comment.