chore: linting

This commit is contained in:
Aravinth Manivannan
2023-07-02 21:51:24 +05:30
parent 1b05cdc391
commit 1e0aedad61
8 changed files with 20 additions and 20 deletions

View File

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