Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-kaia committed Dec 16, 2024
1 parent 4685c2b commit 867634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/faucetService.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const validateRecaptchaV2 = async (_gReCaptchaToken) => {
})
.then((reCaptchaRes) => reCaptchaRes.json());

logger.info(reCaptchaRes);
console.log(reCaptchaRes);
if(!(reCaptchaRes && reCaptchaRes.success)) {
throw new Error("Invalid Recaptcha");
}
Expand Down

0 comments on commit 867634d

Please sign in to comment.