Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Jan 3, 2025
1 parent 7a6a78b commit df09726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-vault/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub(crate) async fn sync(client: &Client, input: &SyncRequest) -> Result<SyncRes

#[derive(Serialize, Deserialize, Debug, JsonSchema)]
#[serde(rename_all = "camelCase", deny_unknown_fields)]
/// Data returned from the `/accounts/profile`.
/// Data returned from `/accounts/profile`.
pub struct ProfileResponse {
pub id: Uuid,
pub name: String,
Expand Down

0 comments on commit df09726

Please sign in to comment.