Skip to content

Commit

Permalink
Exclude HER rebates for Maine
Browse files Browse the repository at this point in the history
  • Loading branch information
veekas committed Sep 19, 2024
1 parent d0a7226 commit 6825e30
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 @@ -60,7 +60,7 @@ const hearRebates: {
* generic info to users in those states.
*/
const HEAR_EXCLUDE_STATES = new Set(['NY']);
const HER_EXCLUDE_STATES = new Set(['WI']);
const HER_EXCLUDE_STATES = new Set(['ME', 'WI']);

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

0 comments on commit 6825e30

Please sign in to comment.