Skip to content

Commit 9c353d6

Browse files
clins1994claude
andcommitted
Fix max-len lint warning in JSDoc
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a074b0c commit 9c353d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ module.exports = class Client {
218218
* @prop {boolean} [DEBUG] Enable debug mode
219219
* @prop {'data' | 'prodata' | 'widgetdata'} [server] Server type
220220
* @prop {string} [location] Auth page location (For france: https://fr.tradingview.com/)
221-
* @prop {Object<string, string>} [headers] Custom headers for the WebSocket connection (e.g. for WAF bypass)
221+
* @prop {Object<string, string>} [headers] Custom WebSocket headers
222222
*/
223223

224224
/**

0 commit comments

Comments
 (0)