Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjbeaumont committed Jun 27, 2023
1 parent c91d2a0 commit 5a15221
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ extension TypesFileTranslator {
]
)
)
.deprecate(if: operation.endpoint.operation.deprecated)
)
return operationEnumDecl
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ public enum Operations {
}
/// - Remark: HTTP `POST /probe/`.
/// - Remark: Generated from `#/paths//probe//post(probe)`.
@available(*, deprecated) public enum probe {
public enum probe {
public static let id: String = "probe"
public struct Input: Sendable, Equatable, Hashable {
public struct Path: Sendable, Equatable, Hashable {
Expand Down

0 comments on commit 5a15221

Please sign in to comment.