Skip to content

Commit d42bd01

Browse files
committed
Remove duplicite available attribute
1 parent 77d5063 commit d42bd01

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/FTAPIKit/URLServer+Async.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public extension URLServer {
8989
// Support of async-await for Xcode 13 and 13.1.
9090
#elseif swift(>=5.5)
9191
@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
92-
p@available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
9392
public extension URLServer {
9493

9594
/// Performs call to endpoint which does not return any data in the HTTP response.

0 commit comments

Comments
 (0)