Skip to content

Commit

Permalink
Merge pull request #7 from simla-tech/GrapheneCache_sendable
Browse files Browse the repository at this point in the history
GrapheneCache @unchecked Sendable
  • Loading branch information
UriyDevyataev authored Sep 18, 2024
2 parents 6a14f90 + 439b570 commit 6239331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Helpers/GrapheneCache.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Alamofire
import Foundation

public class GrapheneCache: URLCache {
public class GrapheneCache: URLCache, @unchecked Sendable {

private func cachableRequest(for request: URLRequest) -> URLRequest? {
guard let operationName = request.headers[HTTPHeader.operationNameKey] else {
Expand Down

0 comments on commit 6239331

Please sign in to comment.