Skip to content

Commit

Permalink
Doh! I'll go die in shame!!
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Apr 12, 2024
1 parent bb3a39b commit 311225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm_dart/lib/src/native/realm_core.dart
Expand Up @@ -2891,7 +2891,7 @@ class RealmHandle extends HandleBase<shared_realm> {
}

@override
void _releaseCore() {
void releaseCore() {
final keys = _children.keys.toList();

for (final key in keys) {
Expand Down

0 comments on commit 311225c

Please sign in to comment.