Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blva committed Aug 3, 2023
1 parent c812334 commit d5be745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/check-request-property-default-value-changed.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func RequestPropertyDefaultValueChangedCheck(diffReport *diff.Diff, operationsSo
CheckModifiedPropertiesDiff(
mediaTypeDiff.SchemaDiff,
func(propertyPath string, propertyName string, propertyDiff *diff.SchemaDiff, parent *diff.SchemaDiff) {
if propertyDiff == nil || propertyDiff.Revision == nil || propertyDiff.Revision.Value == nil || propertyDiff.DefaultDiff == nil {
if propertyDiff == nil || propertyDiff.DefaultDiff == nil {
return
}

Expand Down

0 comments on commit d5be745

Please sign in to comment.