Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into rename-tag-to-community-tag
  • Loading branch information
dessalines committed Jan 26, 2026
commit 4e45f84db2e6ca416de7ae423ab3905593ba5c89
2 changes: 1 addition & 1 deletion crates/db_views/community/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ pub struct CreateCommunityTag {
#[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))]
#[cfg_attr(feature = "ts-rs", ts(optional_fields, export))]
/// Make changes to a community tag
pub struct UpdateCommunityTag {
pub struct EditCommunityTag {
pub tag_id: CommunityTagId,
pub display_name: Option<String>,
pub description: Option<String>,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.