diff --git a/keep/parser/parser.py b/keep/parser/parser.py index 68162ec9b..6c960846d 100644 --- a/keep/parser/parser.py +++ b/keep/parser/parser.py @@ -34,7 +34,6 @@ def _get_workflow_id(self, tenant_id, workflow: dict) -> str: """ # for backward compatibility reasons, the id on the YAML is actually the name # and the id is a unique generated id stored in the db - workflow_name = workflow.get("name") or "[No workflow Name]" # get the workflow id from the database