mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 10:09:55 +00:00
Fix link to websocketresponse.
This commit is contained in:
parent
e2fe9478a8
commit
0fb3e3b7e4
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ import { UserOperation } from './interfaces/others';
|
||||||
/**
|
/**
|
||||||
* Helps build lemmy websocket message requests, that you can use in your Websocket sends.
|
* Helps build lemmy websocket message requests, that you can use in your Websocket sends.
|
||||||
*
|
*
|
||||||
* You'll receive back a [[WebsocketResponse]].
|
* You'll receive back a [[WebSocketResponse]].
|
||||||
*
|
*
|
||||||
* The return types for these are given in [[LemmyHttp]]
|
* The return types for these are given in [[LemmyHttp]]
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue