Skip to content

Commit

Permalink
fix: inconsistent NATS publisher signature (airtai#1218)
Browse files Browse the repository at this point in the history
Co-authored-by: Kumaran Rajendhiran <kumaran@airt.ai>
  • Loading branch information
Lancetnik and kumaranvpl authored Feb 8, 2024
1 parent e4f7ec3 commit e014070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faststream/nats/producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ async def publish(
self,
message: SendableMessage,
subject: str,
reply_to: str = "",
headers: Optional[Dict[str, str]] = None,
reply_to: str = "",
correlation_id: Optional[str] = None,
*,
rpc: bool = False,
Expand Down

0 comments on commit e014070

Please sign in to comment.