opsgenie / opsgenie-go-sdk-v2

Opsgenie GO SDK v2
Apache License 2.0
35 stars 64 forks source link

Fixed misspelled DeDupicationActionAction… #27

Closed jaceq closed 4 years ago

jaceq commented 4 years ago

Fixed misspelled DeDupicationActionAction in policy/request.go and policy/result.go

result.go had inconsistent struct field DeDupicationActionAction vs DeDupicationAction in request.go.

I have fixed that.