Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jan 15, 2025
1 parent 6ec91e5 commit fd6acff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/convertToChartData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function consolidateDuplicateKeys(data: ChartSection[]) {
d.data.timestamps.push(
d.data.timestamps[targetLength - 1] + RESOLUTION_SECONDS,
);
d.data.unlocked.push(d.data.unlocked[targetLength - 2]);
d.data.unlocked.push(d.data.unlocked[targetLength - 1]);
}

if (sortedKeys.includes(d.section)) {
Expand Down

0 comments on commit fd6acff

Please sign in to comment.