1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

fix deletes worker

This commit is contained in:
Damodar Lohani 2021-11-26 10:50:31 +05:45
parent ee7459cd36
commit 028a62d3d3

View file

@ -444,7 +444,6 @@ class DeletesV1 extends Worker
break;
}
$device = new Local(APP_STORAGE_UPLOADS.'/app-'.$projectId);
$device->deletePath($device->getRoot() . DIRECTORY_SEPARATOR . $bucketId);
}
}