diff --git a/src/user/mod.rs b/src/user/mod.rs index e68f3f7..463efdf 100644 --- a/src/user/mod.rs +++ b/src/user/mod.rs @@ -19,7 +19,6 @@ pub struct User { #[derive(Clone, Debug, Default, Deserialize, Serialize)] pub struct ServiceUser { pub id: uuid::Uuid, - // TODO: Remove the omitempty tags at a later point pub username: String, pub passphrase: String, pub created: Option,