diff --git a/crates/api_common/src/site.rs b/crates/api_common/src/site.rs index 5f86ae3b6..5df8e289d 100644 --- a/crates/api_common/src/site.rs +++ b/crates/api_common/src/site.rs @@ -148,7 +148,6 @@ pub struct GetModlog { #[cfg_attr(feature = "full", derive(TS))] #[cfg_attr(feature = "full", ts(export))] /// The modlog fetch response. -// TODO this should be redone as a list of tagged enums pub struct GetModlogResponse { pub modlog: Vec, }