mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 14:04:02 +00:00
Update mattermost library (#2152)
* Update mattermost library * Fix linting
This commit is contained in:
4
vendor/github.com/mattermost/logr/v2/config/config.go
generated
vendored
4
vendor/github.com/mattermost/logr/v2/config/config.go
generated
vendored
@ -157,7 +157,7 @@ func newTarget(targetType string, options json.RawMessage, factory TargetFactory
|
||||
return t, nil
|
||||
}
|
||||
}
|
||||
return nil, fmt.Errorf("target type '%s' is unrecogized", targetType)
|
||||
return nil, fmt.Errorf("target type '%s' is unrecognized", targetType)
|
||||
}
|
||||
|
||||
func newFormatter(format string, options json.RawMessage, factory FormatterFactory) (logr.Formatter, error) {
|
||||
@ -205,5 +205,5 @@ func newFormatter(format string, options json.RawMessage, factory FormatterFacto
|
||||
return f, nil
|
||||
}
|
||||
}
|
||||
return nil, fmt.Errorf("format '%s' is unrecogized", format)
|
||||
return nil, fmt.Errorf("format '%s' is unrecognized", format)
|
||||
}
|
||||
|
Reference in New Issue
Block a user