fix(go): publish peer update post license validation;

This commit is contained in:
VishalDalwadi
2026-04-07 15:48:57 +05:30
parent 96e1d92e48
commit f4d5e3fa2f
+1
View File
@@ -141,6 +141,7 @@ func ValidateLicense() (err error) {
proLogic.SetDeploymentMode(licenseResponse.DeploymentMode)
_ = mq.PublishExporterFeatureFlags()
_ = mq.PublishPeerUpdate(false)
slog.Info("License validation succeeded!")
return nil