fix: this was not intended to be commented out
This commit is contained in:
parent
869e7bc91b
commit
f7ac2fa951
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ pub async fn post_new_account_confirmation(mut req: Request<State>) -> tide::Res
|
||||||
} = &req.state();
|
} = &req.state();
|
||||||
|
|
||||||
// make sure to clear out the expired ones first
|
// make sure to clear out the expired ones first
|
||||||
//db_pending_clear_expired(db).await;
|
db_pending_clear_expired(db).await;
|
||||||
|
|
||||||
// search db for auth_code
|
// search db for auth_code
|
||||||
let results = sqlx::query_as::<_, AccountsPending>(
|
let results = sqlx::query_as::<_, AccountsPending>(
|
||||||
|
|
Loading…
Reference in a new issue