Merge pull request #608 from prettymuchbryce/docs-fix
Correct documentation variable name
This commit is contained in:
@@ -16,7 +16,7 @@ export interface OrderbookChannel {
|
||||
}
|
||||
|
||||
/**
|
||||
* heartbeatInterval: Interval in milliseconds that the orderbook channel should ping the underlying websocket. Default: 15000
|
||||
* heartbeatIntervalMs: Interval in milliseconds that the orderbook channel should ping the underlying websocket. Default: 15000
|
||||
*/
|
||||
export interface WebSocketOrderbookChannelConfig {
|
||||
heartbeatIntervalMs?: number;
|
||||
|
Reference in New Issue
Block a user