Skip to content

Commit a1cea41

Browse files
committed
Fix lint issues
1 parent 3cf05ae commit a1cea41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-scripts/lib/budget-updates.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ years.forEach((y) => {
8787
partIncreaseAmount = 1;
8888
fullIncreaseAmount = 1;
8989
} else
90-
if (act >= '2022-07-01') {
90+
if (act >= '2022-07-01') {
9191
partIncreaseAmount = 30000;
9292
fullIncreaseAmount = 30000;
9393
} else {

0 commit comments

Comments
 (0)