mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-09 11:41:32 +00:00
Removing comment.
This commit is contained in:
parent
e5e11c1951
commit
03e876b1e9
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ pub struct GetModlog {
|
||||||
#[cfg_attr(feature = "full", derive(TS))]
|
#[cfg_attr(feature = "full", derive(TS))]
|
||||||
#[cfg_attr(feature = "full", ts(export))]
|
#[cfg_attr(feature = "full", ts(export))]
|
||||||
/// The modlog fetch response.
|
/// The modlog fetch response.
|
||||||
// TODO this should be redone as a list of tagged enums
|
|
||||||
pub struct GetModlogResponse {
|
pub struct GetModlogResponse {
|
||||||
pub modlog: Vec<ModlogCombinedView>,
|
pub modlog: Vec<ModlogCombinedView>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue