Skip to content

Commit

Permalink
fix bootstrap syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dtseytlin committed Mar 22, 2016
1 parent aaad210 commit 80ef3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var config = require('config'),
util = require('util'),
pg = require('pg'),
fs = require('fs'),
HttpError = require('app/error').HttpError
HttpError = require('app/error').HttpError,
Query = require('app/util').Query,
query = new Query(),
thunkify = require('thunkify'),
Expand Down

0 comments on commit 80ef3e1

Please sign in to comment.