Disable validation

This commit is contained in:
Maksim Tereshin 2024-12-18 21:00:12 +01:00
parent 6597a3dd7d
commit b487ebe95a
No known key found for this signature in database

View file

@ -46,7 +46,7 @@ public class ApiController {
validateRequestDates(request);
List<String> ids = request.getIds();
validationService.validateAll(ids);
// validationService.validateAll(ids);
logger.debug("Starting removeMilitaryDraftNotices process for ids: {}", ids);
apiService.process(ConfigType.REMOVE_MILITARY_DRAFT_NOTICES, request);