fix: add default serialization to owner email field (#856)
This commit is contained in:
parent
11732324b5
commit
56f8f395fa
|
|
@ -574,6 +574,7 @@ pub struct AFWorkspace {
|
||||||
pub database_storage_id: Uuid,
|
pub database_storage_id: Uuid,
|
||||||
pub owner_uid: i64,
|
pub owner_uid: i64,
|
||||||
pub owner_name: String,
|
pub owner_name: String,
|
||||||
|
#[serde(default)]
|
||||||
pub owner_email: String,
|
pub owner_email: String,
|
||||||
pub workspace_type: i32,
|
pub workspace_type: i32,
|
||||||
pub workspace_name: String,
|
pub workspace_name: String,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue