From 4257d09004db82695579e31719a22d81b9721ed1 Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Sun, 29 Oct 2023 19:17:52 +0100 Subject: [PATCH] Remove some obsolete docs --- Sources/Hummingbird/Server/Responder.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Hummingbird/Server/Responder.swift b/Sources/Hummingbird/Server/Responder.swift index 49131a9f6..7f12f76c7 100644 --- a/Sources/Hummingbird/Server/Responder.swift +++ b/Sources/Hummingbird/Server/Responder.swift @@ -32,7 +32,6 @@ public struct HBCallbackResponder: HBResponder { self.callback = callback } - /// Return EventLoopFuture that will be fulfilled with response to the request supplied public func respond(to request: HBRequest, context: Context) async throws -> HBResponse { return try await ServiceContext.$current.withValue(context.serviceContext) { try await self.callback(request, context)