Skip to content

Commit 7986e63

Browse files
committed
Fix release build
1 parent 486f4bf commit 7986e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/App/Core/Dependencies/HTTPClient.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import Vapor
2222
struct HTTPClient {
2323
typealias Response = Vapor.HTTPClient.Response
2424

25-
var fetchDocumentation: @Sendable (_ url: URI) async throws -> Response = { _ in XCTFail("fetchDocumentation"); return .ok }
26-
var fetchHTTPStatusCode: @Sendable (_ url: String) async throws -> HTTPStatus = { _ in XCTFail("fetchHTTPStatusCode"); return .ok }
25+
var fetchDocumentation: @Sendable (_ url: URI) async throws -> Response
26+
var fetchHTTPStatusCode: @Sendable (_ url: String) async throws -> HTTPStatus
2727
}
2828

2929
extension HTTPClient: DependencyKey {

0 commit comments

Comments
 (0)