fix: this was not intended to be commented out

This commit is contained in:
silver 2023-06-04 21:52:25 +01:00
parent 869e7bc91b
commit f7ac2fa951

View file

@ -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>(