Skip to content

Commit

Permalink
styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscfoster committed Aug 10, 2017
1 parent 3e96efa commit 3474088
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
Expand Up @@ -90,7 +90,7 @@ function start() { // eslint-disable-line max-statements

// middleware for checking api token
const jwtUtil = require('./utils/jwtUtil');

//middleware for checking read/write access to models
const authUtils = require('./api/v1/helpers/authUtils');
const u = require('./api/v1/helpers/verbs/utils');
Expand Down

0 comments on commit 3474088

Please sign in to comment.