Skip to content

Commit

Permalink
fix: deprecation note in ListenLiveClient
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads authored and lukeocodes committed Jul 9, 2024
1 parent ecf09df commit a22824e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/ListenLiveClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class ListenLiveClient extends AbstractLiveClient {
}

/**
* @deprecated Since version 3.4. Will be removed in version 4.0. Use `close` instead.
* @deprecated Since version 3.4. Will be removed in version 4.0. Use `requestClose` instead.
*/
public finish(): void {
this.requestClose();
Expand Down

0 comments on commit a22824e

Please sign in to comment.