removed $route->setIsActive(false);

from cache output
This commit is contained in:
shimon
2023-09-05 21:21:24 +03:00
parent a46879f1cb
commit f246d4d6e5
-1
View File
@@ -255,7 +255,6 @@ App::init()
->send(base64_decode($data['payload']))
;
$route->setIsActive(false);
} else {
$response->addHeader('X-Appwrite-Cache', 'miss');
}