nzrd/model: output ssh-key api_model correct-like

This commit is contained in:
snow flurry 2024-08-14 21:17:12 -07:00
parent f9adaddbb5
commit a54204a1ee

View file

@ -530,7 +530,7 @@ impl SshPubkey {
nzr_api::model::SshPubkey {
id: Some(self.id),
algorithm: self.algorithm.clone(),
key_data: self.algorithm.clone(),
key_data: self.key_data.clone(),
comment: self.comment.clone(),
}
}