clean up code

This commit is contained in:
DavidWells 2018-06-20 14:03:41 -07:00
parent c6d3c10c8a
commit 96854572a0
6 changed files with 31 additions and 36 deletions

View file

@ -1,14 +0,0 @@
const chalk = require('chalk')
if (!process.env.FAUNADB_SECRET) {
console.log('Please set supply a faunaDB server key')
console.log(`
=========================
In your terminal run the following command
export FAUNADB_SECRET=abcYourKeyHere
=========================
`)
process.exit(1)
}