1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

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

View file

@ -255,7 +255,6 @@ App::init()
->send(base64_decode($data['payload']))
;
$route->setIsActive(false);
} else {
$response->addHeader('X-Appwrite-Cache', 'miss');
}