Skip to content

Commit 229ee7a

Browse files
committed
Resolved a compile time error
1 parent e24aa2d commit 229ee7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/Sources/iOS/Pulse_Demo_iOSApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private final class AppViewModel: ObservableObject {
2525

2626
init() {
2727
// URLSessionProxyDelegate.enableAutomaticRegistration()
28-
URLSessionProxy.enable()
28+
// URLSessionProxy.enable()
2929
DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(3)) {
3030
sendRequest()
3131
}

0 commit comments

Comments
 (0)