Skip to content

Commit

Permalink
rebased with latest code
Browse files Browse the repository at this point in the history
Signed-off-by: saakhan <[email protected]>
  • Loading branch information
khansaad committed Oct 31, 2023
1 parent 1a1e620 commit 61ab2f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected void doPost(HttpServletRequest request, HttpServletResponse response)
if (kruizeObject.getValidation_data().isSuccess())
kruizeExpList.add(kruizeObject);
else {
sendErrorResponse(response, null, kruizeObject.getValidation_data().getErrorCode(),
sendErrorResponse(inputData, response, null, kruizeObject.getValidation_data().getErrorCode(),
kruizeObject.getValidation_data().getMessage());
validationFlag = false;
break;
Expand Down

0 comments on commit 61ab2f3

Please sign in to comment.