Skip to content

Commit

Permalink
Exclude HEAR rebates - Maine
Browse files Browse the repository at this point in the history
  • Loading branch information
veekas committed Sep 27, 2024
1 parent 4928171 commit f7df148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ira-rebates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const hearRebates: {
* As states launch their HEAR and HER programs, we'll want to stop showing this
* generic info to users in those states.
*/
const HEAR_EXCLUDE_STATES = new Set(['NY', 'RI']);
const HEAR_EXCLUDE_STATES = new Set(['ME', 'NY', 'RI']);
const HER_EXCLUDE_STATES = new Set(['ME', 'WI']);

export function getRebatesFor(response: APIResponse, msg: MsgFn): IRARebate[] {
Expand Down

0 comments on commit f7df148

Please sign in to comment.