Skip to content

Commit a9cff86

Browse files
authored
Merge pull request #8 from corruptmane/master
2 parents 844fdc5 + 3b9200a commit a9cff86

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
@@ -30,7 +30,7 @@ class NatsBroker(AsyncBroker):
3030
def __init__( # noqa: WPS211 (too many args)
3131
self,
3232
servers: Union[str, List[str]],
33-
subject: str = "tasiq_tasks",
33+
subject: str = "taskiq_tasks",
3434
queue: Optional[str] = None,
3535
result_backend: "Optional[AsyncResultBackend[_T]]" = None,
3636
task_id_generator: Optional[Callable[[], str]] = None,

0 commit comments

Comments
 (0)