From 70577fbe568dae0663d3b8fdf1706cc870e2f977 Mon Sep 17 00:00:00 2001 From: Radical Date: Tue, 29 Apr 2025 22:00:28 +0200 Subject: [PATCH] fix: remove unused variable from register --- src/api/v1/register.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/v1/register.rs b/src/api/v1/register.rs index 63dca6d..9507332 100644 --- a/src/api/v1/register.rs +++ b/src/api/v1/register.rs @@ -7,8 +7,6 @@ use uuid::Uuid; use crate::Data; -const VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION"); - #[derive(Deserialize)] struct AccountInformation { identifier: String,