Skip to content

Commit 6a5ab5d

Browse files
its-hammer-timedaveshanley
authored andcommitted
Remove Unused Variable
1 parent 7453ee9 commit 6a5ab5d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

responses/validate_response.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ func ValidateResponseSchema(input *ValidateResponseSchemaInput) (bool, []*errors
7171
if cached, ok := validationOptions.SchemaCache.Load(hash); ok && cached != nil && cached.CompiledSchema != nil {
7272
renderedSchema = cached.RenderedInline
7373
referenceSchema = cached.ReferenceSchema
74-
jsonSchema = cached.RenderedJSON
7574
compiledSchema = cached.CompiledSchema
7675
}
7776
}

0 commit comments

Comments
 (0)