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 083ba26 commit ab033a0Copy full SHA for ab033a0
packages/sqlite_async/lib/src/web/database/broadcast_updates.dart
@@ -46,7 +46,7 @@ extension type _BroadcastMessage._(JSObject _) implements JSObject {
46
factory _BroadcastMessage.notifications(UpdateNotification notification) {
47
return _BroadcastMessage(
48
a: 0,
49
- b: notification.tables.toList().map((e) => e.toJS).toList().toJS,
+ b: notification.tables.map((e) => e.toJS).toList().toJS,
50
);
51
}
52
0 commit comments