From 29b62e046f431370c01c56e045663d0f9f41e871 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 31 Mar 2021 08:43:18 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=208aeab?= =?UTF-8?q?69303d8f322899d717491f67e61a2d930aa=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/guard/api/v1/mcaptcha/duration.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guard/api/v1/mcaptcha/duration.rs.html b/src/guard/api/v1/mcaptcha/duration.rs.html index 58094011..27fbc303 100644 --- a/src/guard/api/v1/mcaptcha/duration.rs.html +++ b/src/guard/api/v1/mcaptcha/duration.rs.html @@ -216,7 +216,7 @@ } else { // when mCaptcha/mCaptcha #2 is fixed, this wont be necessary Err(ServiceError::CaptchaError( - m_captcha::errors::CaptchaError::DifficultyFactorZero, + m_captcha::errors::CaptchaError::CaptchaDurationZero, )) } }