Fix filter
This commit is contained in:
parent
0f5c0a3dc4
commit
0b96c27957
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class webhook extends core
|
|||
parent::__construct();
|
||||
if($json)
|
||||
{
|
||||
$this->filter = $filter ?? NULL;
|
||||
$this->filter = $filter;
|
||||
$this->json = json_decode($json, false);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue