This commit is contained in:
Franklin 2023-03-19 10:34:36 -04:00
parent 9d3adca4d3
commit edc5267cbd
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ use uuid::Uuid;
use super::credential::CredentialType;
#[cfg_attr(feature = "yew", derive(yew::Properties))]
#[derive(Serialize, Deserialize, Debug, Default, Clone, PartialEq, Eq, PartialOrd, Ord)]
pub struct Agent {
pub id: Uuid,