helper/schema: if you can't find the list, just fall through to return

nil
This commit is contained in:
Mitchell Hashimoto 2014-08-18 15:46:26 -07:00
parent 1b85f3a565
commit e70522f4ca
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,8 @@ func (m schemaMap) diffList(
if !schema.Computed {
return nil
}
return nil
}
// We have to use reflection to build the []interface{} list