mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 10:00:46 +09:00
add metrics & pass ctx through app cmp and tree build
This commit is contained in:
parent
3c72012afd
commit
400f6fca4f
62 changed files with 387 additions and 224 deletions
|
@ -75,7 +75,7 @@ func (b *builtinObjects) Name() (name string) {
|
|||
return CName
|
||||
}
|
||||
|
||||
func (b *builtinObjects) Run() (err error) {
|
||||
func (b *builtinObjects) Run(context.Context) (err error) {
|
||||
if !b.newAccount {
|
||||
// import only for new accounts
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue