Исправлено неправильная передача токенов в centrifuge_subscribe
All checks were successful
Verify Dev Build / publish (push) Successful in 34s

This commit is contained in:
2026-03-06 22:42:18 +03:00
parent f0194d3bb9
commit 35524a736f
2 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ class DonationAlertsAPIClient(OxideHTTP):
) -> s.CentrifugeSubscribe:
req = await self.post(
'/centrifuge/subscribe',
None,
self._auth(access_token),
None,
{'client': client, 'channels': subscriptions},
)