Skip to content

Commit 0196ba7

Browse files
DO NOT MERGE: Test API break pipeline with canary change
1 parent f7f8299 commit 0196ba7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/OpenAPIRuntime/Conversion/Converter.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public struct Converter: Sendable {
3535

3636
/// Creates a new converter with the behavior specified by the configuration.
3737
public init(
38-
configuration: Configuration
38+
configuration: Configuration,
39+
i: Int = 1
3940
) {
4041
self.configuration = configuration
4142

0 commit comments

Comments
 (0)