minor fix of metrics param

This commit is contained in:
crn4
2025-06-12 17:19:16 +01:00
parent 8116cd9a28
commit 12295636e1
+1 -1
View File
@@ -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")