diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index f8f8221f6..448eb9351 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -184,7 +184,6 @@ $utopia->post('/v1/storage/files') /* * Models */ - $list = []; $device = Storage::getDevice('local'); if (!$upload->isValid($file['tmp_name'])) {