Skip to content

Commit

Permalink
Merge pull request awa#231 from DonkeyOatie/master
Browse files Browse the repository at this point in the history
Correct typo in const for test notification type
  • Loading branch information
richzw authored Aug 16, 2023
2 parents 27d63af + c06ca97 commit 34bac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appstore/notification_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
NotificationTypeV2RenewalExtension NotificationTypeV2 = "RENEWAL_EXTENSION"
NotificationTypeV2Revoke NotificationTypeV2 = "REVOKE"
NotificationTypeV2Subscribed NotificationTypeV2 = "SUBSCRIBED"
NotificationTyp2V2Test NotificationTypeV2 = "TEST"
NotificationTypeV2Test NotificationTypeV2 = "TEST"
)

// SubtypeV2 is type
Expand Down

0 comments on commit 34bac7b

Please sign in to comment.