Skip to content

Commit 683700e

Browse files
authored
Update to the jsdoc of the getCustLeagueFunction
1 parent 6a1ed46 commit 683700e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sdk/iracing-sdk.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ class IRacingSDK {
261261
*
262262
* Example usage:
263263
* ```typescript
264-
* const sessions = iRacingSDK.getHostedSessions({ mine: true }) // Returns only sessions created by the user
264+
* const sessions = iRacingSDK.getCustLeagueSessions({ mine: true }) // Returns only sessions created by the user
265265
* or
266-
* const sessions = iRacingSDK.getHostedSessions({ }) // Returns all league sessions
266+
* const sessions = iRacingSDK.getCustLeagueSessions({ }) // Returns all league sessions
267267
* ```
268268
*
269269
* Optional Params:

0 commit comments

Comments
 (0)