(20251126) ...

This commit is contained in:
2025-11-26 14:12:55 +05:30
parent 92ce7ede9d
commit 5de8bed28f
2 changed files with 4 additions and 4 deletions
@@ -149,8 +149,8 @@ async def close_browser() -> None:
# @log_chain_to_mongo(attr_name = "logs_mongo")
@should_not_be_under_maintenance(attr_name = "is_under_maintenance")
@validate_input(
header_validator = lambda x: SimpleCosecCredentialsHeaders(**x),
data_validator = lambda x: CosecMusterRollReportRequestData(**x)
# header_validator = lambda x: SimpleCosecCredentialsHeaders(**x),
# data_validator = lambda x: CosecMusterRollReportRequestData(**x)
)
@handle_cancelled_request(
cleanup_coro = close_browser