Skip to content

Commit

Permalink
fix(payment-changed): resolve env module correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Realtin committed Jul 25, 2018
1 parent 260de16 commit 6f5eda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/payment-changed.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const dbs = require('../lib/dbs')
const _ = require('lodash')
const env = require('env')

const env = require('../lib/env')
const dbs = require('../lib/dbs')
const githubQueue = require('../lib/github-queue')
const paymentActivatedText = require('../content/payment-activated')

Expand Down

0 comments on commit 6f5eda1

Please sign in to comment.