feat: finishing gacha feature

This commit is contained in:
Maulana Sodiqin
2025-05-21 19:37:30 +07:00
parent 33a2ae86c6
commit 465cbee2c3
10 changed files with 80 additions and 715 deletions
@@ -88,7 +88,7 @@ pub async fn post_execute_gacha_roll(
)
.await
{
Ok(_) => GachaRollService::execute_roll_once(&state).await,
Ok(_) => GachaRollService::execute_roll_once(headers, &state).await,
Err(response) => response,
}
}