We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d5063 commit d42bd01Copy full SHA for d42bd01
1 file changed
Sources/FTAPIKit/URLServer+Async.swift
@@ -89,7 +89,6 @@ public extension URLServer {
89
// Support of async-await for Xcode 13 and 13.1.
90
#elseif swift(>=5.5)
91
@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
92
-p@available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
93
public extension URLServer {
94
95
/// Performs call to endpoint which does not return any data in the HTTP response.
0 commit comments