mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
Merge pull request #2454 from anyproto/GO-5719-fix-push-panic
GO-5719 fix nil keys panic
This commit is contained in:
commit
1d00c712ac
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ func (s *service) run() {
|
|||
keys, err := s.getSpaceKeys(req.spaceId)
|
||||
if err != nil {
|
||||
log.Error("failed to get space keys", zap.Error(err))
|
||||
continue
|
||||
}
|
||||
|
||||
for _, topic := range req.topics {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue