Skip to content

Commit

Permalink
Fix stage CI tests (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovac12 authored Jan 28, 2025
1 parent f2af11d commit fed4ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/apollo-platform/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use frame_support::pallet_prelude::*;
use frame_support::traits::OnRuntimeUpgrade;
use frame_support::traits::StorageVersion;
use sp_runtime::traits::Zero;
use sp_std::prelude::*;

pub struct MigrateToV1<T>(core::marker::PhantomData<T>);

Expand Down

0 comments on commit fed4ede

Please sign in to comment.