backend: cancel profile

This commit is contained in:
baihhh 2023-07-22 16:37:24 +08:00
commit 81b13fd221
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ func PutObject2(con ConnectConfig, addPath string, in *bytes.Buffer) error {
// DeleteObject2 support delete file or dir
func DeleteObject2(con ConnectConfig, delPath string) error {
f, err := getFs(con)
if err != nil {
return err
}