this repo has no description

fix

Changed files
+1 -1
peruse
+1 -1
peruse/handle_wikidata_feed.go
···
if len(propertyPts) == 0 {
continue
}
-
propertyId := entityPts[len(propertyPts)-1]
+
propertyId := propertyPts[len(propertyPts)-1]
instanceOfPts := strings.Split(e.InstanceOf, "/")
if len(instanceOfPts) == 0 {