mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Change config parameter name
This commit is contained in:
parent
321f843e8e
commit
d60a07f58c
2 changed files with 4 additions and 4 deletions
|
@ -154,7 +154,7 @@ func (s *spaceService) NewSpace(ctx context.Context, id string) (Space, error) {
|
|||
syncStatus = syncstatus.NewSyncStatusProvider(st.Id(), syncstatus.DefaultDeps(lastConfiguration, st))
|
||||
}
|
||||
var builder objecttree.BuildObjectTreeFunc
|
||||
if s.config.TreeInMemoryData {
|
||||
if s.config.TreeNoInMemoryData {
|
||||
builder = objecttree.BuildEmptyDataObjectTree
|
||||
} else {
|
||||
builder = objecttree.BuildObjectTree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue