Skip to content

Commit

Permalink
Fix error after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Apr 19, 2024
1 parent a197d51 commit 18476b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ impl FfiGroup {
self.inner_client.as_ref(),
self.group_id.clone(),
self.created_at_ns,
self.added_by_address.clone(),
);

group.update_group_name(group_name).await?;
Expand All @@ -463,7 +462,6 @@ impl FfiGroup {
self.inner_client.as_ref(),
self.group_id.clone(),
self.created_at_ns,
self.added_by_address.clone(),
);

let group_name = group.group_name()?;
Expand Down

0 comments on commit 18476b3

Please sign in to comment.