Skip to content

Commit 1ea3978

Browse files
committed
fix(mod_links): remove mod_id key
1 parent dcc4ebf commit 1ea3978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/models/mod_link.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use crate::types::api::ApiError;
55

66
#[derive(Serialize, Debug, Clone)]
77
pub struct ModLinks {
8+
#[serde(skip_serializing)]
89
pub mod_id: String,
910
pub community: Option<String>,
1011
pub homepage: Option<String>,

0 commit comments

Comments
 (0)