From ea6398d5951ef6a5811cf605bfa223b5b1ce08c4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 2 May 2020 23:16:53 -0400 Subject: save org id in the sync db --- src/bin/rbw/commands.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/rbw/commands.rs') diff --git a/src/bin/rbw/commands.rs b/src/bin/rbw/commands.rs index 88b1fae..0991f08 100644 --- a/src/bin/rbw/commands.rs +++ b/src/bin/rbw/commands.rs @@ -842,6 +842,7 @@ mod test { ( rbw::db::Entry { id: "irrelevant".to_string(), + org_id: None, folder: None, name: "this is the encrypted name".to_string(), username: username -- cgit v1.2.3-54-g00ecf