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:
parent
e5671e2cb7
commit
95842f3cc9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue