From 5dac5ed736e56bb0fc30c63a1535bbe19362000f Mon Sep 17 00:00:00 2001 From: tim738745 <98717409+tim738745@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:50:08 -0700 Subject: [PATCH] fix: 717 - fix typo (#718) --- django/api/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/api/constants.py b/django/api/constants.py index ccc9ed7f..71b1386b 100644 --- a/django/api/constants.py +++ b/django/api/constants.py @@ -4,7 +4,7 @@ # for each income tested maximum rebate ($4000, $2000, $1000), there are different rebate levels for certain ZEV types and lease terms class FOUR_THOUSAND_REBATE(Enum): ZEV_MAX = 4000 - ZEV_MID = 2688 + ZEV_MID = 2668 ZEV_MIN = 1332 PHEV_MAX = 2000 PHEV_MID = 1334