mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 18:45:41 +00:00
feat: migrate captcha exists to use db_* interface
This commit is contained in:
@@ -160,7 +160,7 @@ pub mod runner {
|
||||
futs.push(update_fut);
|
||||
|
||||
data.dblib
|
||||
.add_captcha_levels(&username, &payload.key, &payload.levels)
|
||||
.add_captcha_levels(username, &payload.key, &payload.levels)
|
||||
.await?;
|
||||
try_join_all(futs).await?;
|
||||
if let Err(ServiceError::CaptchaError(e)) = data
|
||||
|
||||
Reference in New Issue
Block a user