Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bentemple committed Aug 28, 2024
1 parent 5d35123 commit 40b4135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/provider/providers/porkbun/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ func (p *Provider) Update(ctx context.Context, client *http.Client, ip netip.Add
return ip, nil
}

// deleteMatchingRecord deletes an eventually present record matching a specific record type if the content matches the expected content value.
// deleteMatchingRecord deletes an eventually present record matching a specific record type if the content matches
// the expected content value.
// It returns an error if multiple records are found or if one record is found with an unexpected value.
func (p *Provider) deleteMatchingRecord(ctx context.Context, client *http.Client,
recordType, expectedContent string) (err error) {
Expand Down

0 comments on commit 40b4135

Please sign in to comment.