Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoRenewStatus const type #243

Closed
jacquemus opened this issue Oct 20, 2023 · 1 comment
Closed

AutoRenewStatus const type #243

jacquemus opened this issue Oct 20, 2023 · 1 comment

Comments

@jacquemus
Copy link

jacquemus commented Oct 20, 2023

in notification_v2.go
line 54 :
`type AutoRenewStatus int

const (
Off RevocationReason = iota
On
)`

insteadof
`type AutoRenewStatus int

const (
Off AutoRenewStatus = iota
On
)`

The RevocationReason const type is set 2 times

@richzw
Copy link
Collaborator

richzw commented Oct 20, 2023

Nice catch, and could be fixed later. Thank you very much for your help.

@richzw richzw closed this as completed Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants