File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ export class PowerSyncDatabase extends AbstractPowerSyncDatabase {
4444
4545 protected generateSyncStreamImplementation (
4646 connector : PowerSyncBackendConnector ,
47- // This is used to pass in options on connection instead of only during database creation
4847 options : Required < AdditionalConnectionOptions >
4948 ) : AbstractStreamingSyncImplementation {
5049 const remote = new ReactNativeRemote ( connector ) ;
Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ export class PowerSyncDatabase extends AbstractPowerSyncDatabase {
167167
168168 protected generateSyncStreamImplementation (
169169 connector : PowerSyncBackendConnector ,
170- // This is used to pass in options on connection instead of only during db creation
171170 options : Required < AdditionalConnectionOptions >
172171 ) : StreamingSyncImplementation {
173172 const remote = new WebRemote ( connector ) ;
You can’t perform that action at this time.
0 commit comments