Фикс update_redemption_status
All checks were successful
Verify Dev Build / publish (push) Successful in 1m15s

This commit is contained in:
2026-03-19 20:17:59 +03:00
parent 4f78653596
commit cddbe4c08f
2 changed files with 2 additions and 2 deletions

View File

@ -566,7 +566,7 @@ class TwitchAPIClient(OxideHTTP):
redemption_id: str | list[str],
status: Literal['CANCELED', 'FULFILLED'],
) -> bool:
req = await self.post(
req = await self.patch(
'/channel_points/custom_rewards/redemptions',
headers=self._auth(access_token),
params={