Skip to content

Commit a661e9a

Browse files
committed
eslint prefer-const fix
1 parent 6ee7ff6 commit a661e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/iracing-sdk.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class IRacingSDK {
277277
mine?: boolean
278278
package_id?: number
279279
}): Promise<CustomLeague> {
280-
let URL = appendParams(`/data/league/cust_league_sessions?`, {
280+
const URL = appendParams(`/data/league/cust_league_sessions?`, {
281281
mine,
282282
package_id,
283283
})

0 commit comments

Comments
 (0)