Skip to content

Commit

Permalink
updating example
Browse files Browse the repository at this point in the history
  • Loading branch information
phaus committed Nov 24, 2022
1 parent aa73055 commit 417184b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ func main() {
if err != nil {
log.Fatal(err)
}
auth := client.GetAuth()

request, err := autodns.NewRequest(auth)
request, err := client.NewRequest()
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 417184b

Please sign in to comment.