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

Remove route setIsActive() call

The method has been removed since it's no longer necessary.
This commit is contained in:
Steven Nguyen 2023-08-31 19:18:13 -07:00
parent 36698d180c
commit 073172d84b
No known key found for this signature in database

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');
}