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:
2022-09-26 00:00:22 -04:00
parent c3264b3b11
commit 203af0adc9
3 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ pub struct ModListResponse {
html: Html,
}
#[derive(Debug)]
pub struct ScrapedMod<'a> {
pub nexus_mod_id: i32,
pub name: &'a str,