Skip to content

Commit f48b106

Browse files
committed
sendable downloader
1 parent bfb98f0 commit f48b106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder Desktop/VPNLib/Downloader.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public struct SignatureValidator: Validator {
107107
}
108108
}
109109

110-
public struct Downloader {
110+
public struct Downloader: Sendable {
111111
let validator: Validator
112112
public init(validator: Validator = SignatureValidator()) {
113113
self.validator = validator

0 commit comments

Comments
 (0)