fix: Remove redundant field

This commit is contained in:
Ilya Kuznetsov 2024-12-06 19:23:14 +01:00
parent 8016d41661
commit 0221c28a80
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ type annotation struct {
}
type annotationHandler struct {
op *openapiParser
ref map[string]annotation
empty map[string]annotation
}