UNPKG

alfred-evernote-workflow

Version:
14 lines (10 loc) 223 B
const isTravis = require('is-travis') const { authenticationNotProgressed } = require('./utils') if (!isTravis) { require('dotenv').config() } if (process.env.oauthToken === '-1') { authenticationNotProgressed() }