Scope bulk_get_last_updated_by_nexus_mod_ids by game_id
Was accidentally skipping a ton of skyrim mods because of this.
This commit is contained in:
@@ -8,6 +8,7 @@ pub struct ModListResponse {
|
||||
html: Html,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct ScrapedMod<'a> {
|
||||
pub nexus_mod_id: i32,
|
||||
pub name: &'a str,
|
||||
|
||||
Reference in New Issue
Block a user