aboutsummaryrefslogtreecommitdiff
path: root/src/db/models/cipher.rs
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-06-01 13:24:45 +0100
committer <[email protected]>2018-06-01 13:40:57 +0100
commitac2ca5812ba0385f3e09351c9a3b9773a0285665 (patch)
tree84d901264ad45a8f273d40bf0585c0af7de6ab7d /src/db/models/cipher.rs
parente2b4f3b13f2be9ccbde0c1915a213a319eb5c13f (diff)
downloadvaultwarden-ac2ca5812ba0385f3e09351c9a3b9773a0285665.tar.gz
vaultwarden-ac2ca5812ba0385f3e09351c9a3b9773a0285665.zip
Remove unused UserOrganization
Diffstat (limited to 'src/db/models/cipher.rs')
-rw-r--r--src/db/models/cipher.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/models/cipher.rs b/src/db/models/cipher.rs
index 0050435b..524db640 100644
--- a/src/db/models/cipher.rs
+++ b/src/db/models/cipher.rs
@@ -3,7 +3,7 @@ use serde_json::Value as JsonValue;
use uuid::Uuid;
-use super::{User, Organization, UserOrganization, Attachment, FolderCipher, CollectionCipher, UserOrgType};
+use super::{User, Organization, Attachment, FolderCipher, CollectionCipher, UserOrgType};
#[derive(Debug, Identifiable, Queryable, Insertable, Associations)]
#[table_name = "ciphers"]