Skip to content

Commit 28ee688

Browse files
committed
fix-generate-all-bug
1 parent 9af179e commit 28ee688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translator/app/translator/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __generate_all(self, text: str, source: str) -> list[dict]:
8787
status, data = self.__render_translation(query_container=raw_query_container, target=target)
8888
else:
8989
status, data = self.__render_translation(query_container=tokenized_query_container, target=target)
90-
result.append({"status": status, "result": parsed_data, "siem_type": target})
90+
result.append({"status": status, "result": data, "siem_type": target})
9191

9292
return result
9393

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy