Skip to content
Snippets Groups Projects
Commit 04c005e1 authored by Zachary Carter's avatar Zachary Carter
Browse files

Replace semicolon with comma - issue #1681

parent 47fd1b0a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ bcrypt = require('../bcrypt'),
http = require('http'),
https = require('https'),
querystring = require('querystring'),
statsd = require('../statsd');
statsd = require('../statsd'),
config = require('../configuration');
exports.method = 'post';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment