1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

Merge branch '1.4.x' of github.com:appwrite/appwrite into chore-update-sdks

This commit is contained in:
Christy Jacob 2023-09-01 13:25:42 -04:00
commit aebbafcb0f

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