1.0.3 #3

Merged
Miwory merged 1 commits from dev into latest 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},
)