Skip to content

Commit

Permalink
fix(jsdoc): change follower event description
Browse files Browse the repository at this point in the history
  • Loading branch information
thearturca committed Oct 29, 2024
1 parent 60b62f1 commit 5f0bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type VKPLMessageClientEventMap<Channel extends string> = {
"stream-like-counter": VKPLClientInternal.StreamLikeCounterEvent<Channel>;

/*
* Событие о получении нового подписчика
* Событие о получении нового фолловера
*/
follower: VKPLClientInternal.FollowerEvent<Channel>;
};
Expand Down

0 comments on commit 5f0bc1a

Please sign in to comment.