Skip to content

Commit

Permalink
Reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Lin committed Sep 1, 2023
1 parent b952be8 commit a263a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnsimple/webhook/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ func switchEventData(event *Event) (EventDataContainer, error) {
"domain.renew",
"domain.resolution_disable",
"domain.resolution_enable",
"domain.unlock",
"domain.transfer": // TODO
"domain.transfer", // TODO
"domain.unlock":
data = &DomainEventData{}
case // email forward
"email_forward.create",
Expand Down

0 comments on commit a263a31

Please sign in to comment.