Skip to content

Commit 935c860

Browse files
committed
fix: change Credit from int to int64
Extracted from fork https://github.com/henrybear327/go-proton-api
1 parent 67bd01a commit 935c860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type User struct {
1111
MaxSpace uint64
1212
MaxUpload uint64
1313

14-
Credit int
14+
Credit int64
1515
Currency string
1616

1717
ProductUsedSpace ProductUsedSpace

0 commit comments

Comments
 (0)