Skip to content

Commit 31b15c2

Browse files
authored
Merge pull request #84 from Supravisor/deploy
update gitpodUsage for new month values
2 parents f840922 + d0434b1 commit 31b15c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function firstThirtyDays(minutes) {
2222

2323
const gitpodUsage = array => {
2424
if (new Date(time).getMonth() > new Date(date).getMonth()) {
25-
return 0;
25+
return 50 * 60;
2626
} else {
2727
return (50 * 60) - firstThirtyDays(array);
2828
}

0 commit comments

Comments
 (0)