From 03e876b1e907df51fd85e4a728aed2c74c70d967 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 5 Jan 2025 20:37:34 -0500 Subject: [PATCH] Removing comment. --- crates/api_common/src/site.rs | 1 - 1 file changed, 1 deletion(-) 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, }