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 {
|
public init() throws {
|
||||||
self.client = .init(
|
self.client = .init(
|
||||||
serverURL: try Servers.server1(),
|
serverURL: try Servers.Server1.url(),
|
||||||
configuration: .init(dateTranscoder: ISODateTranscoder()),
|
configuration: .init(dateTranscoder: ISODateTranscoder()),
|
||||||
transport: URLSessionTransport()
|
transport: URLSessionTransport()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user