File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 "mock-reflex-test" : " tsx src/scripts/reflex-test-helper.ts" ,
4747 "mock-unsolicited-result" : " tsx src/scripts/unsolicited-result-helper.ts" ,
4848 "make-in-house-test-items" : " tsx src/scripts/load-in-house-labs-tests.ts" ,
49- "test-emails" : " tsx src/scripts/test-emails.ts local " ,
49+ "test-emails" : " tsx src/scripts/test-emails.ts" ,
5050 "remove-payor-orgs" : " tsx src/scripts/remove-payor-orgs.ts" ,
5151 "update-locations-for-lab-accounts" : " tsx src/scripts/update-locations-for-lab-accounts.ts"
5252 },
Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ class EmailClient {
227227 supportPhoneNumber = locationSupportPhoneNumberMap [ ( templateData as any ) . location ] || defaultSupportPhoneNumber ;
228228 }
229229
230- const fromEmail = ENVIRONMENT === 'production ' ? sender : defaultLowersFromEmail ;
231- const replyTo = ENVIRONMENT === 'production ' ? configReplyTo : defaultLowersFromEmail ;
230+ const fromEmail = ENVIRONMENT !== 'local ' ? sender : defaultLowersFromEmail ;
231+ const replyTo = ENVIRONMENT !== 'local ' ? configReplyTo : defaultLowersFromEmail ;
232232
233233 const email = {
234234 ...emailRest ,
You can’t perform that action at this time.
0 commit comments