This commit is contained in:
Daniela Arcese 2017-06-29 16:11:33 -07:00
parent 421dd30c9d
commit 9026702e7b
2 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
const conf = require('./config.js');
const isProduction = conf.env === 'production'
const isProduction = conf.env === 'production';
const mozlog = require('mozlog')({
app: 'FirefoxFileshare',