Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Jul 11, 2023
1 parent e157e40 commit 36a1c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/list-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const jsonist = require('jsonist')
const url = 'https://api.mailgun.net/v3/routes'

function listRoutes (domain, callback) {
const options = { auth: `api:${cprocess.env.MAILGUN_API_KEY}` }
const options = { auth: `api:${process.env.MAILGUN_API_KEY}` }
jsonist.get(url, options, callback)
}

Expand Down

0 comments on commit 36a1c5c

Please sign in to comment.