Skip to content

Commit 207c2a5

Browse files
committed
Fix RN build
1 parent 36f0929 commit 207c2a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-native/src/db/PowerSyncDatabase.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ export class PowerSyncDatabase extends AbstractPowerSyncDatabase {
4949
const remote = new ReactNativeRemote(connector, this.logger);
5050

5151
return new ReactNativeStreamingSyncImplementation({
52+
...options,
5253
adapter: this.bucketStorageAdapter,
5354
remote,
5455
uploadCrud: async () => {
5556
await this.waitForReady();
5657
await connector.uploadData(this);
5758
},
58-
retryDelayMs: options.retryDelayMs,
59-
crudUploadThrottleMs: options.crudUploadThrottleMs,
6059
identifier: this.database.name,
6160
logger: this.logger
6261
});

0 commit comments

Comments
 (0)