Added approval status
This commit is contained in:
parent
4029c57134
commit
445871ff4c
|
@ -74,4 +74,10 @@ impl LeaguePlayerStatus {
|
|||
LeaguePlayerStatus::Canceled => StatusType::Inactive,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum ApprovalStatus {
|
||||
Approved,
|
||||
Denied,
|
||||
}
|
Loading…
Reference in New Issue