Skip to content

Commit 20530c7

Browse files
committed
remove counter
1 parent d01586d commit 20530c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/flutter/lib/src/realtime_mixin.dart.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ mixin RealtimeMixin {
143143
channels: channels,
144144
close: () async {
145145
_subscriptions.remove(id);
146-
_subscriptionsCounter--;
147146
controller.close();
148147
_cleanup(channels);
149148

0 commit comments

Comments
 (0)