Updated the client initialization inside the "init()" initializer for the AmiiboLiveClient type in the library target.
This commit is contained in:
@@ -24,7 +24,7 @@ public struct AmiiboLiveClient {
|
||||
|
||||
public init() throws {
|
||||
self.client = .init(
|
||||
serverURL: try Servers.server1(),
|
||||
serverURL: try Servers.Server1.url(),
|
||||
configuration: .init(dateTranscoder: ISODateTranscoder()),
|
||||
transport: URLSessionTransport()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user