Skip to content

Commit

Permalink
🐛 Reverse history.data before generating
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Nov 30, 2020
1 parent 508a138 commit f6c0328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const generateGraphs = async () => {
});
if (!history.data.length) continue;
const data: [number, string][] = history.data
.reverse()
.filter(
(item) =>
item.commit.message.includes(" in ") &&
Expand Down

0 comments on commit f6c0328

Please sign in to comment.