1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Merge branch 'main' of ssh://github.com/anyproto/any-sync into GO-5106-implement-stream

This commit is contained in:
Roman Khafizianov 2025-03-10 17:27:12 +01:00
commit 506f23a8d1
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
19 changed files with 303 additions and 240 deletions

View file

@ -102,7 +102,7 @@ func (s *spaceService) Name() (name string) {
}
func (s *spaceService) CreateSpace(ctx context.Context, payload SpaceCreatePayload) (id string, err error) {
storageCreate, err := storagePayloadForSpaceCreate(payload)
storageCreate, err := StoragePayloadForSpaceCreate(payload)
if err != nil {
return
}