Commit ca148dd
fix: change let to const for config variable
- Fixes ESLint prefer-const error on line 21 of main.ts
- Variable ''config'' is never reassigned so should use const
- Resolves CI lint step failure
Co-authored-by: jason <[email protected]>1 parent cbc31fc commit ca148dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments