CLI works

This commit is contained in:
Cody Lee
2022-12-22 18:16:43 -06:00
parent db9bcd5687
commit 3768c53512
16 changed files with 126 additions and 33 deletions

View File

@@ -204,7 +204,7 @@ func (u *DatadogUnifi) Enabled() bool {
return *u.Enable
}
func (u *DatadogUnifi) DebugOutput(l poller.Logger) (bool, error) {
func (u *DatadogUnifi) DebugOutput() (bool, error) {
if u == nil {
return true, nil
}