Skip to content

Commit

Permalink
fix: replace InstanceService class to actor
Browse files Browse the repository at this point in the history
  • Loading branch information
makinosp committed Sep 23, 2024
1 parent e6a38c2 commit dead58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VRCKit/Services/InstanceService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit dead58a

Please sign in to comment.