Skip to content

Commit

Permalink
Fixed unfinished lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Perondas authored and Perondas committed Mar 8, 2023
1 parent 291f99d commit 264e4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/rtc_session.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ class RTCSession extends EventManager implements Owner {
};

List<Future<RTCSessionDescription> Function(RTCSessionDescription)>
_modifiers = constraints['offerModifiers'] ??
modifiers = constraints['offerModifiers'] ??
<Future<RTCSessionDescription> Function(RTCSessionDescription)>[];

constraints['offerModifiers'] = null;
Expand Down

0 comments on commit 264e4cb

Please sign in to comment.