Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Sources/_OpenAPIGeneratorCore/FeatureFlags.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Honza Dvorsky <[email protected]>
theoriginalbit and czechboy0 authored 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
@@ -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.

0 comments on commit 0a752ea

Please sign in to comment.