1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

remove unused parameters

This commit is contained in:
Tom Limoncelli
2024-03-04 20:35:10 -05:00
parent ce12d892df
commit 51d1c57a8d
9 changed files with 14 additions and 11 deletions

View File

@@ -78,7 +78,7 @@ func newReg(conf map[string]string) (providers.Registrar, error) {
}
// newHelper generates a handle.
func newHelper(m map[string]string, metadata json.RawMessage) (*APIClient, error) {
func newHelper(m map[string]string, _ json.RawMessage) (*APIClient, error) {
if m["username"] == "" {
return nil, fmt.Errorf("missing Loopia API username")
}