Fix duplicate ciphers returned from find_by_user
This commit is contained in:
parent
8bed867798
commit
89e544009f
|
@ -243,6 +243,7 @@ impl Cipher {
|
|||
)
|
||||
))
|
||||
.select(ciphers::all_columns)
|
||||
.distinct()
|
||||
.load::<Self>(&**conn).expect("Error loading ciphers")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue