Skip to content

Commit 285b1d6

Browse files
authored
fix typo
1 parent 14611af commit 285b1d6

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)