mirror of
https://github.com/status-im/status-go.git
synced 2025-02-19 18:28:18 +00:00
This commit is contained in:
parent
8a0b7ddbb5
commit
9c2c638aaf
@ -743,7 +743,7 @@ func (m *Manager) GetStoredDescriptionForCommunities(communityIDs []string) (*Kn
|
|||||||
}
|
}
|
||||||
|
|
||||||
community, err := m.GetByID(types.HexBytes(communityIDBytes))
|
community, err := m.GetByID(types.HexBytes(communityIDBytes))
|
||||||
if err != nil {
|
if err != nil && err != ErrOrgNotFound {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user