Update vendor

This commit is contained in:
Darren Shepherd
2019-08-07 22:44:22 -07:00
parent a8e6947251
commit e6ca459ef2
28 changed files with 10317 additions and 175 deletions

View File

@@ -90,10 +90,6 @@ func (t *typeMapper) FromInternal(data map[string]interface{}) {
}
}
if _, ok := data["type"]; !ok && data != nil {
data["type"] = t.typeName
}
Mappers(t.Mappers).FromInternal(data)
}