Skip to content

Commit

Permalink
Fix runtime errors
Browse files Browse the repository at this point in the history
  • Loading branch information
F3Joule committed Jul 26, 2022
1 parent 82720da commit 2dc9b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/profiles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ pub mod pallet {
use frame_support::pallet_prelude::*;
use frame_system::pallet_prelude::*;

use sp_std::vec::Vec;

use pallet_permissions::SpacePermissions;
use subsocial_support::{
remove_from_vec,
Expand Down

0 comments on commit 2dc9b1c

Please sign in to comment.