Removing comment.

This commit is contained in:
Dessalines 2025-01-05 20:37:34 -05:00
parent e5e11c1951
commit 03e876b1e9

View file

@ -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<ModlogCombinedView>,
}