Merge pull request '1.0.3' (#3) from dev into latest
All checks were successful
Build And Publish Package / publish (push) Successful in 33s

Reviewed-on: #3
This commit is contained in:
2026-03-06 22:43:57 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "oxidedonationalerts"
version = "1.0.2"
version = "1.0.3"
description = "Client for DonationAlerts API"
readme = "README.md"
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]

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},
)