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

@@ -53,6 +53,7 @@ pub async fn update(
has_next_page = scraped.has_next_page;
let processed_mods = game_mod::bulk_get_last_updated_by_nexus_mod_ids(
&pool,
game.id,
&scraped
.mods
.iter()