Skip to content

Commit

Permalink
fix: fqdn query param should be omitempty (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
skatsaounis committed Aug 23, 2024
1 parent d9af765 commit 4dac4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/dns_resource_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type DNSResourceRecordParams struct {

type DNSResourceRecordsParams struct {
Domain string `url:"domain,omitempty"`
FQDN string `url:"fqdn,omitmepty"`
FQDN string `url:"fqdn,omitempty"`
Name string `url:"name,omitempty"`
RRType string `url:"rrtype,omitempty"`
}

0 comments on commit 4dac4ce

Please sign in to comment.