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;
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue