Disable validation
This commit is contained in:
parent
6597a3dd7d
commit
b487ebe95a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue