Browse Source

Merge d37a0a4219 into 7cf0c5d67e

pull/7068/merge
eason 23 hours ago
committed by GitHub
parent
commit
b218fb6fc5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/db/models/cipher.rs

2
src/db/models/cipher.rs

@ -398,7 +398,7 @@ impl Cipher {
3 => "card",
4 => "identity",
5 => "sshKey",
_ => panic!("Wrong type"),
_ => err!(format!("Cipher {} has an invalid type {}", self.uuid, self.atype)),
};
json_object[key] = type_data_json;

Loading…
Cancel
Save