Skip to content

Commit b9615c5

Browse files
CLOUDP-325047: add missing assignment
1 parent c435669 commit b9615c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cli/internal/openapi/openapi.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@ func newSpec(spec *openapi3.T) *Spec {
106106
Servers: spec.Servers,
107107
Tags: spec.Tags,
108108
ExternalDocs: spec.ExternalDocs,
109+
Extensions: spec.Extensions,
109110
}
110111
}

0 commit comments

Comments
 (0)