fix: linting

This commit is contained in:
Aravinth Manivannan 2023-07-02 22:04:42 +05:30
parent 43024f1940
commit 32762cf6b5
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

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