Skip to content

Commit

Permalink
removed handle_ioc
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Jan 30, 2023
1 parent b90ce7f commit 1547b26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def hooks_handler(self, hook_name: str, hook_ui_name: str, data: any):

self.log.info(f'Received {hook_name}')
if hook_name in ['on_manual_trigger_asset']:
status = self._handle_ioc(data=data)
status = self._handle_asset(data=data)

else:
self.log.critical(f'Received unsupported hook {hook_name}')
Expand Down

0 comments on commit 1547b26

Please sign in to comment.