Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changes
  • Loading branch information
l0lawrence committed May 24, 2024
commit 549305e5e86ec00b1568659c023035d96d885e2c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def send(
else:
kwargs["content_type"] = content_type if content_type else "application/json; charset=utf-8"
try:
await self._publish(events, channel_name=channel_name, content_type=content_type, **kwargs)
await self._publish(events, channel_name=channel_name, **kwargs)
except Exception as exception:
self._http_response_error_handler(exception, "Basic")
raise exception
Expand Down