mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-11-22 09:25:46 +03:00
fix: linting
This commit is contained in:
parent
43024f1940
commit
32762cf6b5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ impl From<ApiWork> for Work {
|
|||
/// if verification is successful
|
||||
#[my_codegen::post(path = "V1_API_ROUTES.pow.verify_pow()")]
|
||||
pub async fn verify_pow(
|
||||
_req: HttpRequest,
|
||||
req: HttpRequest,
|
||||
payload: web::Json<ApiWork>,
|
||||
data: AppData,
|
||||
) -> ServiceResult<impl Responder> {
|
||||
|
|
Loading…
Reference in a new issue