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

coordinatorproto: aclHeads to spaceMakeUnshareable

This commit is contained in:
Sergey Cherepanov 2024-04-02 14:21:29 +02:00
parent 6fb4931afa
commit 36929fc83b
No known key found for this signature in database
GPG key ID: 87F8EDE8FBDF637C
5 changed files with 179 additions and 178 deletions

View file

@ -383,7 +383,7 @@ func (m mockCoordinatorClient) SpaceMakeShareable(ctx context.Context, spaceId s
return nil
}
func (m mockCoordinatorClient) SpaceMakeUnshareable(ctx context.Context, spaceId string) (err error) {
func (m mockCoordinatorClient) SpaceMakeUnshareable(ctx context.Context, spaceId, aclId string) (err error) {
return nil
}