Skip to content

Commit

Permalink
remove unused import:
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Sep 14, 2017
1 parent 7869c1d commit 94bc482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/scripts/updateIndexEnv.js
Expand Up @@ -5,7 +5,6 @@ const {parse} = require('dotenv')
const mu2 = require('mu2')

const readFile = promisify(fs.readFile)
const writeFile = promisify(fs.writeFile)
const {createWriteStream} = fs

const dotEnvFile = resolve(__dirname, '..', '.env')
Expand Down

0 comments on commit 94bc482

Please sign in to comment.