Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from kintone/v0.9.3_issues
Browse files Browse the repository at this point in the history
Fix issue cannot build
  • Loading branch information
quocphien90 authored Feb 27, 2019
2 parents bbe9efb + 10724e1 commit e2cf69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func transformEncodingJSONValue(fields interface{}) interface{} {
if fieldStringValues == "" {
fieldEncodingValues = kintone.SingleSelectField{Valid: false}
} else {
fieldEncodingValues = kintone.SingleSelectField{fieldStringValues, true}
fieldEncodingValues = kintone.SingleSelectField{String: fieldStringValues, Valid: true}
}
case kintone.CheckBoxField:
fieldStringValues, _ := transformStringFromEncoding(toString(fields, "\n"))
Expand Down

0 comments on commit e2cf69d

Please sign in to comment.