Skip to content

Commit 2eed9fe

Browse files
authored
Merge pull request #19 from kostkobv/fix-unmarshal-for-compiled
Fix unmarshal error for recipient on i386
2 parents 722b6e0 + e0e9daa commit 2eed9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "time"
44

55
// Recipient struct holds information for a single msisdn with status details.
66
type Recipient struct {
7-
Recipient int
7+
Recipient int64
88
Status string
99
StatusDatetime *time.Time
1010
}

0 commit comments

Comments
 (0)