Skip to content

Commit

Permalink
Forgot to assign value
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Mar 5, 2018
1 parent 1f0f16a commit e0efa84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (b *Builder) copyInputs(schema *types.Schema, input map[string]interface{},
}
}
}
result[fieldName] = value

if op.IsList() && field.Type == "date" && value != "" {
ts, err := convert.ToTimestamp(value)
Expand Down

0 comments on commit e0efa84

Please sign in to comment.