ci: stuff

This commit is contained in:
Dax Raad
2025-08-23 12:21:58 -04:00
parent d47bb96784
commit 732b67f8ce
13 changed files with 161 additions and 471 deletions

View File

@@ -123,7 +123,7 @@ class Event extends _HeyApiClient {
* Get events
*/
public subscribe<ThrowOnError extends boolean = false>(options?: Options<EventSubscribeData, ThrowOnError>) {
return (options?.client ?? this._client).get.sse<EventSubscribeResponses, unknown, ThrowOnError>({
return (options?.client ?? this._client).get<EventSubscribeResponses, unknown, ThrowOnError>({
url: "/event",
...options,
})