1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00
This commit is contained in:
Sergey Cherepanov 2023-02-14 19:00:27 +03:00 committed by Mikhail Iudin
parent e05dc905e5
commit 956d644bab
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

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