Skip to content

Commit

Permalink
fix(pallet-communities-manager): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed May 8, 2024
1 parent 083a0bd commit a0308a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/communities-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub mod pallet {
&T::MembershipsManagerCollectionId::get(),
&id,
&T::MembershipsManagerOwner::get(),
Some(price.clone()),
Some(price),
None,
)?;
if let Some(next_id) = id.increment() {
Expand Down

0 comments on commit a0308a3

Please sign in to comment.