From 6f3249833a29d86b2b68f4a86a400a9546b1b15c Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 12 Sep 2025 01:07:46 +0200 Subject: [PATCH] Conformed the AmiiboLiveClient client type in the library target to the AmiiboClient protocol. --- Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift b/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift index 1cc938e..01ff620 100644 --- a/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift +++ b/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift @@ -36,10 +36,10 @@ public struct AmiiboLiveClient { } -// MARK: - APIClient +// MARK: - AmiiboClient // TODO: Remove the documentation from the functions inside the following extension as the `--enable-inherited-docs` flag when generating DocC documentation is not working as intended (?). -extension AmiiboLiveClient: APIClient { +extension AmiiboLiveClient: AmiiboClient { // MARK: Functions