Skip to content

Commit

Permalink
Merge pull request #11 from jmhardison/resolvelgtmitems
Browse files Browse the repository at this point in the history
updates to fix lgtm items
  • Loading branch information
jmhardison committed Oct 3, 2019
2 parents 7c7911b + 5d6a59a commit b4f3d56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/controllers/clear.js
Expand Up @@ -9,7 +9,6 @@ var Connection = require('tedious').Connection;
var Request = require('tedious').Request;
var express = require('express');
var Router = express.Router;
var TYPES = require('tedious').TYPES;

let configInstance = new config();

Expand Down Expand Up @@ -53,4 +52,4 @@ module.exports = ({inconfig}) => {
});

return api;
}
};
2 changes: 1 addition & 1 deletion src/controllers/splat.js
Expand Up @@ -68,4 +68,4 @@ module.exports = ({inconfig}) => {
});

return api;
}
};
2 changes: 1 addition & 1 deletion src/controllers/status.js
Expand Up @@ -17,4 +17,4 @@ module.exports = ({config}) => {
});

return api;
}
};

0 comments on commit b4f3d56

Please sign in to comment.