Skip to content

Commit eba06b1

Browse files
committed
Revert intended changes
1 parent 1a79bd6 commit eba06b1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/powersync_core/lib/src/sync/mutable_sync_status.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import 'dart:async';
22

33
import 'package:collection/collection.dart';
4-
import 'package:powersync_core/src/sync/instruction.dart';
54

5+
import 'instruction.dart';
66
import 'sync_status.dart';
77
import 'bucket_storage.dart';
88
import 'protocol.dart';

packages/powersync_core/lib/src/sync/streaming_sync.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ class StreamingSyncImplementation implements StreamingSync {
248248
}
249249

250250
assert(identical(_activeCrudUpload, completer));
251-
_nonLineSyncEvents.add(const UploadCompleted());
252251
_activeCrudUpload = null;
253252
completer.complete();
254253
});

0 commit comments

Comments
 (0)