Skip to content

Commit 264e4cb

Browse files
PerondasPerondas
Perondas
authored and
Perondas
committed
Fixed unfinished lint
1 parent 291f99d commit 264e4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/rtc_session.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ class RTCSession extends EventManager implements Owner {
16181618
};
16191619

16201620
List<Future<RTCSessionDescription> Function(RTCSessionDescription)>
1621-
_modifiers = constraints['offerModifiers'] ??
1621+
modifiers = constraints['offerModifiers'] ??
16221622
<Future<RTCSessionDescription> Function(RTCSessionDescription)>[];
16231623

16241624
constraints['offerModifiers'] = null;

0 commit comments

Comments
 (0)