1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12: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'])
->send(base64_decode($data['payload']))
;
} else {
$response->addHeader('X-Appwrite-Cache', 'miss');
}