Skip to content

Commit

Permalink
Update Sources/_OpenAPIGeneratorCore/FeatureFlags.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Honza Dvorsky <[email protected]>
  • Loading branch information
theoriginalbit and czechboy0 committed Sep 18, 2024
1 parent 65a1d84 commit 0a752ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/_OpenAPIGeneratorCore/FeatureFlags.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum FeatureFlag: String, Hashable, Codable, CaseIterable, Sendable {

/// When enabled any server URL templating variables that have a defined
/// enum field will be generated as an enum instead of raw Strings.
case serverVariablesAsEnums = "ServerVariablesEnums"
case serverVariablesAsEnums
}

/// A set of enabled feature flags.
Expand Down

0 comments on commit 0a752ea

Please sign in to comment.