Skip to content

Commit

Permalink
fix: my bad i totally messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
drallieiv committed Dec 9, 2017
1 parent 1ade01e commit 3fa9553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public TaskResultResponse getResult(@RequestBody TaskResultRequest request) {
if (captcha != null) {
response.setStatus(TaskResultResponse.READY);
CatpchaSolutionDto solution = new CatpchaSolutionDto();
solution.setGRecaptchaResponse("thisIsTheCaptchaResponse");
solution.setGRecaptchaResponse(captcha);
response.setSolution(solution);
} else {
response.setStatus(TaskResultResponse.PROCESSING);
Expand Down

0 comments on commit 3fa9553

Please sign in to comment.