Skip to content

Commit 3b9200a

Browse files
authored
Merge pull request #1 from corruptmane/corruptmane-typo-patch
fix typo
2 parents 14611af + 285b1d6 commit 3b9200a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

taskiq_nats/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class NatsBroker(AsyncBroker):
2828
def __init__( # noqa: WPS211 (too many args)
2929
self,
3030
servers: Union[str, List[str]],
31-
subject: str = "tasiq_tasks",
31+
subject: str = "taskiq_tasks",
3232
queue: Optional[str] = None,
3333
result_backend: "Optional[AsyncResultBackend[_T]]" = None,
3434
task_id_generator: Optional[Callable[[], str]] = None,

0 commit comments

Comments
 (0)