fix(dtmm): Fix fetching endorsed mods

This commit is contained in:
Lucas Schwiderski 2023-03-14 21:11:37 +01:00
parent d43f9c46b5
commit 1c470b51f8
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -21,6 +21,7 @@ pub enum ModStatus {
#[derive(Copy, Clone, Debug, Deserialize)]
pub enum EndorseStatus {
Endorsed,
Undecided,
}