Commit 2d93932
authored
fix JavaScript lint errors
Issue: Using new Array() violates the stdlib/no-new-array rule.
fix: creating array using an array literal
Signed-off-by: VEER RAJ <[email protected]>1 parent b47a8a7 commit 2d93932
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments