Skip to content

Commit 66d6135

Browse files
committed
I guess this failed the build?
1 parent 1d28b78 commit 66d6135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PowerSync/Protocol/PowerSyncDatabaseProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public struct ConnectOptions {
7575
retryDelay: TimeInterval = 5,
7676
params: JsonParam = [:],
7777
newClientImplementation: Bool = false,
78-
connectionMethod: ConnectionMethod = .http,
78+
connectionMethod: ConnectionMethod = .http
7979
) {
8080
self.crudThrottle = crudThrottle
8181
self.retryDelay = retryDelay

0 commit comments

Comments
 (0)