Skip to content

Commit aa77568

Browse files
committed
refactor(client): make RequestsClient final and Sendable
1 parent ec5920e commit aa77568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/PodiumRequestsClient/RequestsClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Alamofire
1313
/// `RequestsClient` provides typed access to the API endpoints for sessions, race control,
1414
/// cars, drivers, and related data. Each method performs network requests asynchronously
1515
/// and decodes the responses into strongly-typed models.
16-
public class RequestsClient {
16+
public final class RequestsClient: Sendable {
1717
// MARK: - Private Properties
1818
private let baseURL: String
1919
private let apiKey: String

0 commit comments

Comments
 (0)