fix: remove unused variable from register

This commit is contained in:
Radical 2025-04-29 22:00:28 +02:00
parent 19bad249d4
commit 70577fbe56

View file

@ -7,8 +7,6 @@ use uuid::Uuid;
use crate::Data; use crate::Data;
const VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION");
#[derive(Deserialize)] #[derive(Deserialize)]
struct AccountInformation { struct AccountInformation {
identifier: String, identifier: String,