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();
|
parent::__construct();
|
||||||
if($json)
|
if($json)
|
||||||
{
|
{
|
||||||
$this->filter = $filter ?? NULL;
|
$this->filter = $filter;
|
||||||
$this->json = json_decode($json, false);
|
$this->json = json_decode($json, false);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue