Component Config:

- FIX status component, in init function, missing to register version in status instance
This commit is contained in:
Nicolas JUHEL
2026-03-10 02:00:41 +01:00
parent 629eb8f883
commit 514c5bfcc8
+2
View File
@@ -80,6 +80,8 @@ func (o *mod) Init(key string, ctx context.Context, get cfgtps.FuncCptGet, vpr l
}
return nil
})
o.s.SetVersion(vrs)
}
// RegisterFuncStart registers the 'Before' and 'After' callbacks for the Start event.