Skip to content

Commit

Permalink
Add missing pub use in groups_v2 module (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored Oct 19, 2024
1 parent 9782968 commit 72f89cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups_v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pub use manager::{
};
pub use model::{
AccessControl, Group, GroupChange, GroupChanges, Member, PendingMember,
RequestingMember, Timer,
RequestingMember, Role, Timer,
};
pub use operations::GroupDecodingError;

0 comments on commit 72f89cd

Please sign in to comment.