Update app/controllers/api/storage.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Damodar Lohani
2021-06-17 14:12:40 +05:45
committed by GitHub
co-authored by Eldad A. Fux
parent db85577f4f
commit abdbdeef35
+1 -1
View File
@@ -219,7 +219,7 @@ App::delete('/v1/storage/buckets/:bucketId')
$bucket = $dbForInternal->getDocument('buckets', $bucketId);
if (empty($bucket->getId())) {
if ($bucket->isEmpty()) {
throw new Exception('Bucket not found', 404);
}