Skip to content

Commit

Permalink
fix json field name
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Jun 20, 2024
1 parent 8e06f50 commit 8f64684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/rbw/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ enum DecryptedData {
struct DecryptedField {
name: Option<String>,
value: Option<String>,
#[serde(serialize_with = "serialize_field_type")]
#[serde(serialize_with = "serialize_field_type", rename = "type")]
ty: rbw::api::FieldType,
}

Expand Down

0 comments on commit 8f64684

Please sign in to comment.