Skip to content

Commit

Permalink
small post-merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kkohbrok committed Sep 25, 2024
1 parent 6a5d4eb commit eda27f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/ds/group_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use mls_assist::{
provider_traits::MlsAssistProvider,
MlsAssistRustCrypto,
};
use persistence::StorageError;
use phnxtypes::{
codec::PhnxCodec,
credentials::EncryptedClientCredential,
Expand Down
2 changes: 1 addition & 1 deletion backend/src/ds/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ use crate::{
};

use super::{
group_state::{persistence::StorageError, DsGroupState, StorableDsGroupData},
group_state::{DsGroupState, StorableDsGroupData},
Ds,
};

Expand Down

0 comments on commit eda27f1

Please sign in to comment.