From 1e427d723c93a3d483627618d95369bedb1489cd Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Sat, 17 Jan 2015 19:07:57 -0800 Subject: [PATCH] fix bug that was crashing heroku --- controllers/bonfire.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/bonfire.js b/controllers/bonfire.js index c37b793b6d..e0d0a92380 100644 --- a/controllers/bonfire.js +++ b/controllers/bonfire.js @@ -1,6 +1,6 @@ var _ = require('lodash'), - debug = require('debug')('freecc:cntr:bonfires'), - bonfire = require('./../models/bonfire'); + debug = require('debug')('freecc:cntr:bonfires'); +// bonfire = require('./../models/Bonfire'); /** * Bonfire controller