Skip to content

Commit

Permalink
Remove redundant type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Lin committed Sep 5, 2023
1 parent eb09e2b commit 1955aba
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dnsimple/webhook/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,6 @@ func (d *DomainLockEventData) unmarshalEventData(payload []byte) error {
return unmarshalEventData(payload, d)
}

//
// DomainUnlockEvent
//

// DomainUnlockEventData represents the data node for a DomainUnlock event.
type DomainUnlockEventData struct {
Domain *dnsimple.Domain `json:"domain"`
}

func (d *DomainUnlockEventData) unmarshalEventData(payload []byte) error {
return unmarshalEventData(payload, d)
}

//
// EmailForwardEvent
//
Expand Down

0 comments on commit 1955aba

Please sign in to comment.