From 0221c28a802d12a64ded02618bbdb733ed475062 Mon Sep 17 00:00:00 2001 From: Ilya Kuznetsov Date: Fri, 6 Dec 2024 19:23:14 +0100 Subject: [PATCH] fix: Remove redundant field --- bundle/internal/schema/annotations.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/internal/schema/annotations.go b/bundle/internal/schema/annotations.go index f7ac23b9d..05500a842 100644 --- a/bundle/internal/schema/annotations.go +++ b/bundle/internal/schema/annotations.go @@ -25,7 +25,6 @@ type annotation struct { } type annotationHandler struct { - op *openapiParser ref map[string]annotation empty map[string]annotation }