Skip to content

Commit

Permalink
Change com.atproto.label.defs#selfLabels field from to
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyfraser committed Sep 4, 2024
1 parent e856629 commit dcd13b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsky-lexicon/src/com/atproto/label/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct Label {
/// Metadata tags on an atproto record, published by the author within the record
#[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
pub struct SelfLabels {
pub items: Vec<SelfLabel>,
pub values: Vec<SelfLabel>,
}

/// Metadata tag on an atproto record, published by the author within the record.
Expand Down

0 comments on commit dcd13b9

Please sign in to comment.