Skip to content

Commit

Permalink
Revert ExpiresIn to int
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad Stojanovikj committed Feb 4, 2019
1 parent 162f0a0 commit 9ca1ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type (
DeviceCode string `json:"device_code"`
UserCode string `json:"user_code"`
Interval int `json:"interval"`
ExpiresIn int64 `json:"expires_in"`
ExpiresIn int `json:"expires_in"`
VerificationURL string `json:"verification_url"`
DirectVerificationURL string `json:"direct_verification_url"`
}
Expand Down

0 comments on commit 9ca1ca7

Please sign in to comment.