Skip to content

Commit acd9099

Browse files
syntax
1 parent 58886cd commit acd9099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/LiveViewNative/Coordinators/LiveSessionCoordinator.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ public class LiveSessionCoordinator<R: RootRegistry>: ObservableObject {
226226
body: httpBody,
227227
method: httpMethod.flatMap(Method.init(_:)),
228228
timeoutMs: 10_000
229-
)
230-
adapter,
229+
),
230+
adapter
231231
)
232232

233233
// save cookies to storage

0 commit comments

Comments
 (0)