From f6e423e9455a7786c499da1036b13c5d50d86d03 Mon Sep 17 00:00:00 2001 From: Dan Zajdband Date: Mon, 28 Nov 2016 15:09:26 -0500 Subject: [PATCH] Fixed linting issues --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 48ede6e63..a30d1a202 100644 --- a/app.js +++ b/app.js @@ -24,7 +24,7 @@ if (app.get('env') !== 'test') { app.set('trust proxy', 1); // We disable frameward on helmet to allow crossdomain injection of the embed app.use(helmet({ - frameguard: false + frameguard: false })); app.use(bodyParser.json()); app.use('/client', express.static(path.join(__dirname, 'dist')));