Skip to content

Commit ba390fe

Browse files
committed
chore(realtime): remove unused ack argument
1 parent 9e60921 commit ba390fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/realtime/src/realtime/channel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def __init__(
166166
socket: RealtimeClient,
167167
topic: str,
168168
params: RealtimeChannelOptions | None = None,
169-
ack: bool = True,
170169
) -> None:
171170
"""
172171
Initialize the Channel object.

0 commit comments

Comments
 (0)