Skip to content

Commit 4708fc5

Browse files
committed
gis-8502 fix MetaInfoContainer
1 parent 6fd6ef7 commit 4708fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncoder-core/app/translator/core/models/query_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(
8383
self.title = title or ""
8484
self.index = index or []
8585
self.language = language or ""
86-
self.risk_score = risk_score or None
86+
self.risk_score = risk_score
8787
self.type_ = type_ or ""
8888
self.description = description or ""
8989
self.author = [v.strip() for v in author] if author else []

0 commit comments

Comments
 (0)