Skip to content

Commit

Permalink
fix: omission of x-internal operation field (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikicc committed Jan 18, 2022
1 parent 52f6cc3 commit a1906d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ func omitOperationNilFields(o *Operation) *operationNilOmitted {
Deprecated: o.Deprecated,
Servers: o.Servers,
XCodeSamples: o.XCodeSamples,
XInternal: o.XInternal,
}
}

Expand Down

0 comments on commit a1906d8

Please sign in to comment.