aboutsummaryrefslogtreecommitdiff
path: root/server/registry/src
diff options
context:
space:
mode:
Diffstat (limited to 'server/registry/src')
-rw-r--r--server/registry/src/register.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/registry/src/register.rs b/server/registry/src/register.rs
index 1e90fc68..d15fb01c 100644
--- a/server/registry/src/register.rs
+++ b/server/registry/src/register.rs
@@ -29,7 +29,7 @@ use std::{
use tokio::{net::lookup_host, sync::RwLock};
#[post("/v1/register", data = "<submission>")]
-pub(super) async fn r_register<'a>(
+pub(super) async fn r_register(
client_addr: IpAddr,
registry: &State<Arc<RwLock<Registry>>>,
submission: Json<Submission>,