Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
goce-cz committed Jan 18, 2024
1 parent 3cf05ae commit a1cea41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-scripts/lib/budget-updates.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ years.forEach((y) => {
partIncreaseAmount = 1;
fullIncreaseAmount = 1;
} else
if (act >= '2022-07-01') {
if (act >= '2022-07-01') {
partIncreaseAmount = 30000;
fullIncreaseAmount = 30000;
} else {
Expand Down

0 comments on commit a1cea41

Please sign in to comment.