Skip to content

Commit

Permalink
Undo changes to the filter command
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Dec 16, 2024
1 parent 8567ad3 commit 96f90be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/swift-openapi-generator/FilterCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private func timing<Output>(_ title: String, _ operation: @autoclosure () throws
}

private let sampleConfig = _UserConfig(
generate: [.types, .client],
generate: [],
filter: DocumentFilter(
operations: ["getGreeting"],
tags: ["greetings"],
Expand Down

0 comments on commit 96f90be

Please sign in to comment.