From dead58a20ddd82b9fb3581dccae997ed5e55ffc5 Mon Sep 17 00:00:00 2001 From: makinosp Date: Mon, 23 Sep 2024 13:09:03 +0900 Subject: [PATCH] fix: replace InstanceService class to actor --- Sources/VRCKit/Services/InstanceService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/VRCKit/Services/InstanceService.swift b/Sources/VRCKit/Services/InstanceService.swift index 4f8baa4..f84db96 100644 --- a/Sources/VRCKit/Services/InstanceService.swift +++ b/Sources/VRCKit/Services/InstanceService.swift @@ -5,7 +5,7 @@ // Created by makinosp on 2024/02/18. // -public final class InstanceService: APIService, InstanceServiceProtocol { +public final actor InstanceService: APIService, InstanceServiceProtocol { let client: APIClient private let path = "instances"