fix
hailey.at 5 months ago 3b98bfdd 5f900869
··· 61 61 if len(propertyPts) == 0 { 62 62 continue 63 63 } 64 64 - propertyId := entityPts[len(propertyPts)-1] 64 64 + propertyId := propertyPts[len(propertyPts)-1] 65 65 66 66 instanceOfPts := strings.Split(e.InstanceOf, "/") 67 67 if len(instanceOfPts) == 0 {