mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
minor fix of metrics param
This commit is contained in:
@@ -36,7 +36,7 @@ func RegisterHandlers(
|
||||
return router, nil
|
||||
}
|
||||
|
||||
func InitEventStore(ctx context.Context, dataDir string, key string, _ Metrics) (activity.Store, string, error) {
|
||||
func InitEventStore(ctx context.Context, dataDir string, key string, _ *Metrics) (activity.Store, string, error) {
|
||||
var err error
|
||||
if key == "" {
|
||||
log.Debugf("generate new activity store encryption key")
|
||||
|
||||
Reference in New Issue
Block a user