Skip to content

Commit

Permalink
fix(kreivo-runtime): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed May 8, 2024
1 parent a0308a3 commit 9aff757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/kreivo/src/communities/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ impl pallet_communities_manager::Config for Runtime {
}

#[cfg(feature = "runtime-benchmarks")]
type MembershipCollection = ItemOf<CommunityMemberships, MembershipsCollectionId, AccountId>;
type MembershipCollection =
frame_support::traits::nonfungible_v2::ItemOf<CommunityMemberships, MembershipsCollectionId, AccountId>;

#[cfg(feature = "runtime-benchmarks")]
pub struct CommunityBenchmarkHelper;
Expand Down

0 comments on commit 9aff757

Please sign in to comment.