From 0428a252e4ffa7a1717e5717627de82dd8212b6b Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 8 Sep 2025 19:51:54 +0200 Subject: [PATCH] Updated the client initialization inside the "init()" initializer for the AmiiboLiveClient type in the library target. --- Sources/Public/Clients/AmiiboLiveClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Public/Clients/AmiiboLiveClient.swift b/Sources/Public/Clients/AmiiboLiveClient.swift index 6028575..456f6c7 100644 --- a/Sources/Public/Clients/AmiiboLiveClient.swift +++ b/Sources/Public/Clients/AmiiboLiveClient.swift @@ -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() )