fix(dtmm): Fix fetching endorsed mods
This commit is contained in:
parent
d43f9c46b5
commit
1c470b51f8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pub enum ModStatus {
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug, Deserialize)]
|
#[derive(Copy, Clone, Debug, Deserialize)]
|
||||||
pub enum EndorseStatus {
|
pub enum EndorseStatus {
|
||||||
|
Endorsed,
|
||||||
Undecided,
|
Undecided,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue