Skip to content

Commit ebb8585

Browse files
committed
Added escaping logic support
1 parent 45f81a7 commit ebb8585

File tree

1 file changed

+1
-1
lines changed
  • translator/app/translator/core/custom_types

1 file changed

+1
-1
lines changed

translator/app/translator/core/custom_types/values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ class ValueType(CustomEnum):
1111
bool_value = "bool_value"
1212
regular_expression_value = "re_value"
1313
greater_than_or_equal = "gte_value"
14-
less_than_or_equal = "lte_value"
14+
less_than_or_equal = "lte_value"

0 commit comments

Comments
 (0)