Skip to content

Commit

Permalink
fixing Sublimation
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed May 17, 2023
1 parent 3ca306f commit 7e01fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sublimation/URLSessionClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extension URLSession {
}

public struct URLSessionClient<Key>: KVdbTunnelClient {
internal init(session: URLSession = .ephemeral()) {
public init(session: URLSession = .ephemeral()) {
self.session = session
}

Expand Down

0 comments on commit 7e01fa8

Please sign in to comment.