1
0
Fork 0
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:
Roman Khafizianov 2022-07-12 21:25:48 +02:00
parent 3c72012afd
commit 400f6fca4f
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
62 changed files with 387 additions and 224 deletions

View file

@ -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