diff --git a/what-changed/model/path_item.go b/what-changed/model/path_item.go index 06dd3d4..af3f67a 100644 --- a/what-changed/model/path_item.go +++ b/what-changed/model/path_item.go @@ -235,7 +235,7 @@ func compareSwaggerPathItem(lPath, rPath *v2.PathItem, changes *[]*Change, pc *P } if lPath.Get.IsEmpty() && !rPath.Get.IsEmpty() { CreateChange(changes, PropertyAdded, v3.GetLabel, - nil, rPath.Get.ValueNode, false, nil, lPath.Get.Value) + nil, rPath.Get.ValueNode, false, nil, rPath.Get.Value) } // put