fix: remove unused variable from register
This commit is contained in:
parent
19bad249d4
commit
70577fbe56
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue