Skip to content

Commit

Permalink
Fix build of active hotspot
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 2, 2023
1 parent 6cb62b3 commit ed374bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/active-hotspot-oracle/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use deltalake::{datafusion::prelude::SessionContext, DeltaTableBuilder};
use helium_entity_manager::KeyToAssetV0;
use helium_entity_manager::{accounts::SetEntityActiveV0, SetEntityActiveArgsV0};
use helium_entity_manager::{
accounts::TempPayMobileOnboardingFeeV0, IotHotspotInfoV0, MobileHotspotInfoV0,
accounts::TempPayMobileOnboardingFeeV0, IotHotspotInfoV0, MobileHotspotInfoV0, MobileDeviceTypeV0
};
use hpl_utils::dao::Dao;
use hpl_utils::token::Token;
Expand Down

0 comments on commit ed374bd

Please sign in to comment.