Commit ab41bbe
committed
fix(sankey): declare loop counter locally; add draftlog
The inner loop reused the file-scope `i` before its var declaration
line, tripping biome's noInvalidUseBeforeDeclaration, and the PR was
missing its changelog draftlog entry.1 parent a3c70f8 commit ab41bbe
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments