Skip to content

Commit 22440b6

Browse files
committed
fix give id to ndk to be able to close
1 parent 8e383e0 commit 22440b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/data_layer/repositories/note_repository_impl.dart

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ class NoteRepositoryImpl implements NoteRepository {
155155
final response = dartNdkSource.dartNdk.requests.subscription(
156156
filters: [filter],
157157
name: subscriptionId,
158+
id: subscriptionId,
158159
cacheRead: false,
159160
cacheWrite: true,
160161
);

0 commit comments

Comments
 (0)