diff --git a/pkg/appview/db/export.go b/pkg/appview/db/export.go index e9a685d..6b69df3 100644 --- a/pkg/appview/db/export.go +++ b/pkg/appview/db/export.go @@ -65,7 +65,6 @@ type HoldDenialExport struct { LastDeniedAt time.Time `json:"last_denied_at"` } - // CachedDataNote explains what cached data exists and how to access it type CachedDataNote struct { Message string `json:"message"`