Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phildominguez-gsa committed Dec 5, 2024
1 parent 76fd604 commit ba7a8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,11 +586,11 @@
DOLLAR_THRESHOLDS = [
{
"start": None,
"end": datetime.date(2024, 10, 1),
"end": datetime(2024, 10, 1),
"minimum": 750000,
},
{
"start": datetime.date(2024, 10, 1),
"start": datetime(2024, 10, 1),
"end": None,
"minimum": 1000000,
},
Expand Down

0 comments on commit ba7a8ee

Please sign in to comment.