From 8d82526e2c70bcb53c9808721e5feb505758bfd6 Mon Sep 17 00:00:00 2001 From: Olivier Bacs Date: Sat, 5 Oct 2019 00:14:56 +0100 Subject: [PATCH] Update config.js --- config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.js b/config.js index efd9555..486302e 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,6 @@ * Created by kylejohnson on 02/10/2016. * Global config */ -const fs = require('fs'); const env = process.env.config; switch (env) { default: { @@ -10,4 +9,4 @@ switch (env) { } } -module.exports = config; \ No newline at end of file +module.exports = config;