mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 14:07:02 +09:00
fix
This commit is contained in:
parent
e05dc905e5
commit
956d644bab
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ func (s *spaceService) NewSpace(ctx context.Context, id string) (Space, error) {
|
||||||
configuration: lastConfiguration,
|
configuration: lastConfiguration,
|
||||||
peerManager: peerManager,
|
peerManager: peerManager,
|
||||||
storage: st,
|
storage: st,
|
||||||
|
treesUsed: &atomic.Int32{},
|
||||||
isClosed: spaceIsClosed,
|
isClosed: spaceIsClosed,
|
||||||
}
|
}
|
||||||
return sp, nil
|
return sp, nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue