Retured validator

This commit is contained in:
CHIEFSOFT\ameye
2025-04-05 21:30:26 -04:00
parent e2ebc87473
commit 6f24d16b73
+1 -1
View File
@@ -21,7 +21,7 @@ class RACCheckService:
# Validate input data using RACCheckSchema
schema = RACCheckSchema()
# -- lViet removed for now --- > validated_data = schema.load(data) # Raises ValidationError if invalid
validated_data = schema.load(data) # Raises ValidationError if invalid
# Simulated processing logic
response_data = {