Updated the client initialization inside the "init()" initializer for the AmiiboLiveClient type in the library target.

This commit is contained in:
2025-09-08 19:51:54 +02:00
parent d11db6f425
commit 0428a252e4
@@ -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()
)