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 1d28b78 commit 66d6135Copy full SHA for 66d6135
Sources/PowerSync/Protocol/PowerSyncDatabaseProtocol.swift
@@ -75,7 +75,7 @@ public struct ConnectOptions {
75
retryDelay: TimeInterval = 5,
76
params: JsonParam = [:],
77
newClientImplementation: Bool = false,
78
- connectionMethod: ConnectionMethod = .http,
+ connectionMethod: ConnectionMethod = .http
79
) {
80
self.crudThrottle = crudThrottle
81
self.retryDelay = retryDelay
0 commit comments