Skip to content

Commit 49f8ddf

Browse files
committed
Change return type
1 parent bafff76 commit 49f8ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/bitwarden-organization-crypto/src/invite_key_bundle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ impl Invite {
224224
_old_organization_key: Ids::Symmetric,
225225
_new_organization_key: Ids::Symmetric,
226226
_ctx: &mut KeyStoreContext<Ids>,
227-
) -> Result<(), InviteKeyBundleError> {
227+
) -> Result<Invite, InviteKeyBundleError> {
228228
unimplemented!(
229229
"Organization key rotation is not yet supported in this version of the crate"
230230
);

0 commit comments

Comments
 (0)