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,