Skip to content

Commit

Permalink
Issue #46 fixed left over code
Browse files Browse the repository at this point in the history
  • Loading branch information
uptownhr committed Apr 14, 2016
1 parent b8ea3af commit f8fdffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict"
const app = require('./bootstrap')(),
const app = require('./bootstrap'),
controllers = require('./controllers'),
models = require('./models'),
passport = require('./config/passport')
Expand Down

0 comments on commit f8fdffb

Please sign in to comment.