Skip to content

Commit e0e9daa

Browse files
committed
Fix unmarshal error for recipient
1 parent f7108e2 commit e0e9daa

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)