Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: label mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
taco-paco committed Oct 18, 2024
1 parent 472caa9 commit a8edaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/handlers/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::utils::lib::{
};
use crate::worker::WorkerEngine;

pub(crate) const VERIFICATION_LABEL_VALUE: &str = "compilation";
pub(crate) const VERIFICATION_LABEL_VALUE: &str = "verification";

#[instrument(skip(verification_request_json, _rate_limited, engine))]
#[post("/verify", format = "json", data = "<verification_request_json>")]
Expand Down

0 comments on commit a8edaa4

Please sign in to comment.