1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-10 01:51:07 +09:00

GO-3675: fix crash

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2024-07-05 09:57:50 +02:00
parent 5881b79d1c
commit f31a644c18
No known key found for this signature in database
GPG key ID: CCD60ED83B103281

View file

@ -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() {