Skip to content

Commit 8f89f91

Browse files
kirkmorrowCopilot
andauthored
Update packages/dart/lib/src/utils/parse_live_list.dart
Co-authored-by: Copilot <[email protected]>
1 parent a914276 commit 8f89f91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/dart/lib/src/utils/parse_live_list.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,7 @@ class ParseLiveListElement<T extends ParseObject> {
806806
this._object, {
807807
bool loaded = false,
808808
Map<String, dynamic>? updatedSubItems,
809-
}) : _loaded = loaded,
810-
isLoading = false {
809+
}) : _loaded = loaded {
811810
_updatedSubItems = _toSubscriptionMap(
812811
updatedSubItems ?? <String, dynamic>{},
813812
);

0 commit comments

Comments
 (0)