From 8d12a00268c0f591483664cb361caeded92a23df Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 13 Apr 2020 22:38:39 +0300 Subject: [PATCH] Removed unused var --- app/controllers/api/storage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index f8f8221f65..448eb93511 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'])) {