Featured filtering patch (#825)

This commit is contained in:
Wyatt Verchere
2024-01-06 19:31:34 -08:00
committed by GitHub
parent 527521328f
commit 541022cdc3
5 changed files with 94 additions and 52 deletions

View File

@@ -81,7 +81,7 @@ pub async fn send_discord_webhook(
// TODO: This should be updated to use the generic loader fields w/ discord from the project game
// TODO: This should use the project_item get route
let all_game_versions = MinecraftGameVersion::list(pool, redis).await?;
let all_game_versions = MinecraftGameVersion::list(None, None, pool, redis).await?;
let row =
sqlx::query!(