Skip to content

Commit 28d743f

Browse files
committed
fix: change Credit from int to int64
Extracted from fork https://github.com/henrybear327/go-proton-api
1 parent 98a73ff commit 28d743f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)