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

Merge pull request #6101 from appwrite/fix-remove-route-setisactive

Remove route setIsActive() call
This commit is contained in:
Torsten Dittmann 2023-09-01 10:13:37 +02:00 committed by GitHub
commit 1b2cda81d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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