diff --git a/sdgb-cli/src/main.rs b/sdgb-cli/src/main.rs index 5bf3ffd..82662f8 100644 --- a/sdgb-cli/src/main.rs +++ b/sdgb-cli/src/main.rs @@ -323,9 +323,11 @@ async fn main() -> Result<(), Box> { } #[cfg(feature = "fetchall")] Commands::ScrapeAllRegionDump {} => { + use sdgb_api::title::model::GetUserRegionApiResp; + use crate::{cache::REGIONS, utils::helpers::dump_cache}; - dump_cache::("region.json", REGIONS)?; + dump_cache::("region.json", REGIONS)?; } Commands::Userdata { user_id } => {