Skip to content

Commit

Permalink
Exclude Default HEAR rebates - Maine (#189)
Browse files Browse the repository at this point in the history
## Description

- [Asana](https://app.asana.com/0/1207456219977120/1208413545469771/f)
- [Slack
context](https://rewiringameri-g3x1100.slack.com/archives/C06GNAMBN0L/p1727385582472139?thread_ts=1727380561.003689&cid=C06GNAMBN0L)

## Test Plan

- check a Maine zip code (04106 is Portland for example)
- ensure that the "expected in 2025" cards without a specific dollar
amount in the title don't show up for any categories, particularly
electrical wiring/panels
  • Loading branch information
veekas authored Oct 1, 2024
1 parent 1c6aa13 commit 8c19f6a
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 8c19f6a

Please sign in to comment.