We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3049c commit ab0ffecCopy full SHA for ab0ffec
packages/powersync_core/lib/src/database/powersync_db_mixin.dart
@@ -180,7 +180,7 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
180
// Now we can close the database
181
await database.close();
182
183
- // If there are paused subscriptionso n the status stream, don't delay
+ // If there are paused subscriptions on the status stream, don't delay
184
// closing the database because of that.
185
_connections.close();
186
await _activeGroup.close();
0 commit comments