- remove deprecated method from folder.go

This commit is contained in:
naudachu 2023-07-08 14:12:38 +05:00
parent 5806eb37c0
commit 081d93752d
1 changed files with 0 additions and 4 deletions

View File

@ -10,9 +10,5 @@ func (wc *WorkflowController) CreateFolder(name string) (*d.Folder, error) {
return nil, err return nil, err
} }
/* Experimental call:
wc.iCloud.ShareToExternals(cloud)
*/
return cloud, err return cloud, err
} }