Skip to content

Commit 7444022

Browse files
committed
PR code changes
1 parent c05feb6 commit 7444022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/_OpenAPIGeneratorCore/Translator/Parameters/TypedParameter.swift

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ extension FileTranslator {
147147
"Query params of style \(style.rawValue), explode: \(explode)",
148148
foundIn: foundIn
149149
)
150+
return nil
150151
}
151152
case .header, .path:
152153
guard case .simple = style else {

0 commit comments

Comments
 (0)