We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf05ae commit a1cea41Copy full SHA for a1cea41
admin-scripts/lib/budget-updates.spec.js
@@ -87,7 +87,7 @@ years.forEach((y) => {
87
partIncreaseAmount = 1;
88
fullIncreaseAmount = 1;
89
} else
90
- if (act >= '2022-07-01') {
+ if (act >= '2022-07-01') {
91
partIncreaseAmount = 30000;
92
fullIncreaseAmount = 30000;
93
} else {
0 commit comments