Skip to content

Commit 844ef86

Browse files
committed
Remove required initializer from server
1 parent d9de781 commit 844ef86

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/ComposableArchitecturePattern/Server.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ public protocol Server: Actor {
4343
/// The `URLSession` to use for all server calls.
4444
var urlSession: URLSession { get }
4545

46-
/// Designated initializer
47-
init(
48-
environments: [ServerEnvironment],
49-
supportedAPIs: [any ServerAPI]
50-
)
51-
5246
/// Sends a GET request and returns the specified value type from the given API.
5347
///
5448
/// - Note: `additionalHeaders` will override a key-value in `additionalHTTPHeaders`.

0 commit comments

Comments
 (0)