we still need to pass the base "event" to handler.webhook
This commit is contained in:
parent
12abf0c271
commit
7287d9d083
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class Module(ModuleManager.BaseModule):
|
|||
else:
|
||||
return {"state": "success", "deliveries": 0}
|
||||
|
||||
outputs = handler.webhook(full_name, current_event, data, headers)
|
||||
outputs = handler.webhook(full_name, current_events[0], data, headers)
|
||||
|
||||
if outputs:
|
||||
for server, channel in targets:
|
||||
|
|
Loading…
Reference in a new issue