Skip to content

Commit

Permalink
dryrun: false - need to test InventionReport email in Staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrovitch committed Aug 7, 2024
1 parent 70381c2 commit 87d3b3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/mailer/pate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import axios from 'axios'
import * as dotenv from 'dotenv'

import { inProduction, inStaging } from '../../config'
import { PATE_URL } from '../util/config'

dotenv.config()
Expand All @@ -12,7 +11,7 @@ const settings = {
color: 'black',
header: 'Ipsutin robot',
headerFontColor: 'white',
dryrun: !inProduction || inStaging,
dryrun: false,
}

const pateClient = axios.create({
Expand Down

0 comments on commit 87d3b3f

Please sign in to comment.