Skip to content

Commit 241bb81

Browse files
committed
fix: name change
1 parent d1cf8c9 commit 241bb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/client/AbstractPowerSyncDatabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
394394

395395
this.syncStreamImplementation = this.generateSyncStreamImplementation(connector, {
396396
crudUploadThrottleMs: options?.crudUploadThrottleMs,
397-
retryDelay: options?.retryDelayMs
397+
retryDelayMs: options?.retryDelayMs
398398
});
399399
this.syncStatusListenerDisposer = this.syncStreamImplementation.registerListener({
400400
statusChanged: (status) => {

0 commit comments

Comments
 (0)