Skip to content

Commit 96f90be

Browse files
committed
Undo changes to the filter command
1 parent 8567ad3 commit 96f90be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-openapi-generator/FilterCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private func timing<Output>(_ title: String, _ operation: @autoclosure () throws
8181
}
8282

8383
private let sampleConfig = _UserConfig(
84-
generate: [.types, .client],
84+
generate: [],
8585
filter: DocumentFilter(
8686
operations: ["getGreeting"],
8787
tags: ["greetings"],

0 commit comments

Comments
 (0)