We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd6ef7 commit 4708fc5Copy full SHA for 4708fc5
uncoder-core/app/translator/core/models/query_container.py
@@ -83,7 +83,7 @@ def __init__(
83
self.title = title or ""
84
self.index = index or []
85
self.language = language or ""
86
- self.risk_score = risk_score or None
+ self.risk_score = risk_score
87
self.type_ = type_ or ""
88
self.description = description or ""
89
self.author = [v.strip() for v in author] if author else []
0 commit comments