Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Dumchenko committed Sep 17, 2024
1 parent 5463d77 commit 6dadac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faststream/confluent/broker/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ async def request( # type: ignore[override]
) -> Optional[Any]:
correlation_id = correlation_id or gen_cor_id()

await super().request(
return await super().request(
message,
producer=self._producer,
topic=topic,
Expand Down

0 comments on commit 6dadac7

Please sign in to comment.