mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-11 02:13:41 +09:00
fix knowledge_base.zip
replace empty file key
This commit is contained in:
parent
1a1a74e823
commit
83d0de36eb
2 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ func getRelationLinkByKey(links []*model.RelationLink, key string) *model.Relati
|
|||
|
||||
func snapshotHasKeyForHash(s *pb.ChangeSnapshot, hash string) bool {
|
||||
for _, k := range s.FileKeys {
|
||||
if k.Hash == hash {
|
||||
if k.Hash == hash && len(k.Keys) > 0 {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue