From f31a644c18b0eced24cf200cf6e4877a28702e1d Mon Sep 17 00:00:00 2001 From: AnastasiaShemyakinskaya Date: Fri, 5 Jul 2024 09:57:50 +0200 Subject: [PATCH] GO-3675: fix crash Signed-off-by: AnastasiaShemyakinskaya --- core/identity/ownidentity.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/identity/ownidentity.go b/core/identity/ownidentity.go index 760ab0599..64fa43397 100644 --- a/core/identity/ownidentity.go +++ b/core/identity/ownidentity.go @@ -157,7 +157,6 @@ func (s *ownProfileSubscription) run(ctx context.Context) (err error) { func (s *ownProfileSubscription) close() { s.componentCtxCancel() - close(s.globalNameUpdatedCh) } func (s *ownProfileSubscription) enqueuePush() {