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:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user