Skip to content

Commit

Permalink
Update getRebateIdFieldName to support 2024 rebate year
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Nov 5, 2024
1 parent 443aff7 commit d5dd34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/app/utilities/formio.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function getRebateIdFieldName({ rebateYear }) {
: rebateYear === "2023"
? "_bap_rebate_id"
: rebateYear === "2024"
? "" // TODO
? "_bap_rebate_id"
: "";
}

Expand Down

0 comments on commit d5dd34b

Please sign in to comment.