File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,7 @@ import Zip
20
20
21
21
public struct DocUploadBundle {
22
22
23
- // Workaround for https://github.com/pointfreeco/swift-dependencies/issues/199
24
- #if DEBUG
25
23
@Dependency ( \. uuid) var uuid
26
- #else
27
- let uuid = { UUID ( ) }
28
- #endif
29
24
30
25
public struct S3Folder : Codable , Equatable {
31
26
public var bucket : String
Original file line number Diff line number Diff line change @@ -22,12 +22,7 @@ import NIOHTTP1
22
22
23
23
enum DocReport {
24
24
25
- // Workaround for https://github.com/pointfreeco/swift-dependencies/issues/199
26
- #if DEBUG
27
25
@Dependency ( HTTPExecutor . self) static var httpClient : HTTPExecutor
28
- #else
29
- static let httpClient : HTTPExecutor = . live
30
- #endif
31
26
32
27
enum Status : String , Codable {
33
28
case ok
You can’t perform that action at this time.
0 commit comments