Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o committed Nov 16, 2023
1 parent 7faa912 commit c35ea9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Install dependencies with `npm install` and run dev server with `npn run dev`.

## Changelog

### 1.8.4 (2023-11-16)
### 1.8.5 (2023-11-16)

- (o0shojo0o) Build statistics revised

Expand Down
2 changes: 1 addition & 1 deletion libs/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function cleanStats(releasesArray, statistics, officialBuilds) {
}
}
statistics.buildStats = statistics.buildStats.filter(x => x.build != 'remove_');
statistics.buildStats.splice(statistics.buildStats.length - 1, 0, { version: 'Custom', count });
statistics.buildStats.splice(statistics.buildStats.length - 1, 0, { build: 'Custom', count });
}

module.exports = {
Expand Down

0 comments on commit c35ea9a

Please sign in to comment.