Skip to content

Commit

Permalink
Fixed duplicate end month
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam committed Sep 23, 2023
1 parent df24cd5 commit eb4ca0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/webapp/app/presenters/OrgUsagePresenter.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,5 @@ function getMonthsBetween(startMonth: string, endMonth: string): string[] {
currentDate = new Date(currentDate.setMonth(currentDate.getMonth() + 1));
}

months.push(endMonth);

return months;
}

0 comments on commit eb4ca0c

Please sign in to comment.