1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

GO-3273: fix

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2024-08-23 16:28:48 +02:00
parent e5671e2cb7
commit 95842f3cc9
No known key found for this signature in database
GPG key ID: CCD60ED83B103281

View file

@ -82,7 +82,7 @@ func main() {
}
fmt.Println("Change:")
fmt.Println(pbtypes.Sprint(ch.Model))
err = importer.Import(false, ch.Id)
err = importer.Import(*fromRoot, ch.Id)
if err != nil {
log.Fatal("can't import the tree before", ch.Id, err)
}