Skip to content

Commit

Permalink
Convert string for writing
Browse files Browse the repository at this point in the history
  • Loading branch information
andresusanto committed Jan 27, 2022
1 parent ea55a82 commit b663bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_contentful_contenttype.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func convertFieldsForWriting(original interface{}) (interface{}, error) {
}

utils.ConvertStringField(field, "link_type", "linkType")
utils.ConvertMapField(field, "default_value", "defaultValue")
utils.ConvertStringField(field, "default_value", "defaultValue")

if field["defaultValue"] != nil {
vMap := make(map[string]interface{})
Expand Down

0 comments on commit b663bfd

Please sign in to comment.