1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13: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; break;
} }
$device = new Local(APP_STORAGE_UPLOADS.'/app-'.$projectId);
$device->deletePath($device->getRoot() . DIRECTORY_SEPARATOR . $bucketId); $device->deletePath($device->getRoot() . DIRECTORY_SEPARATOR . $bucketId);
} }
} }