Skip to content

Commit eb4ca0c

Browse files
committed
Fixed duplicate end month
1 parent df24cd5 commit eb4ca0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/webapp/app/presenters/OrgUsagePresenter.server.ts

-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,5 @@ function getMonthsBetween(startMonth: string, endMonth: string): string[] {
194194
currentDate = new Date(currentDate.setMonth(currentDate.getMonth() + 1));
195195
}
196196

197-
months.push(endMonth);
198-
199197
return months;
200198
}

0 commit comments

Comments
 (0)