mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +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,
|
||||
peerManager: peerManager,
|
||||
storage: st,
|
||||
treesUsed: &atomic.Int32{},
|
||||
isClosed: spaceIsClosed,
|
||||
}
|
||||
return sp, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue