1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

linter fix

This commit is contained in:
shimon 2023-09-13 10:24:36 +03:00
parent eddb269513
commit c30fa277d3

View file

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