Skip to content

Commit

Permalink
remove removed field
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss authored and github-actions[bot] committed Sep 12, 2024
1 parent cc0f3b2 commit 2ee7918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/internal/generator/openapiv2_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func init() {
openapi3Loader.ReadFromURIFunc = func(loader *openapi3.Loader, uri *url.URL) ([]byte, error) {
return os.ReadFile(uri.Path)
}
openapi3.CircularReferenceCounter = 10
}

func ParseOpenAPIv2Files(basePath string) []map[string]*openapi3.SchemaRef {
Expand Down

0 comments on commit 2ee7918

Please sign in to comment.