mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fixed linter error
This commit is contained in:
parent
698bce2c36
commit
365c520267
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class Webhooks extends Action
|
|||
]
|
||||
);
|
||||
curl_setopt($ch, CURLOPT_MAXREDIRS, 5);
|
||||
|
||||
|
||||
if (!$webhook->getAttribute('security', true)) {
|
||||
\curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
|
||||
\curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue