lint: Fix linting erros in test helpers

This commit is contained in:
Blade Barringer
2016-01-16 19:27:03 -06:00
parent 5dd2dcd6d8
commit a44cf5e0fc
3 changed files with 38 additions and 39 deletions

View File

@@ -57,7 +57,7 @@ function _requestMaker (user, method, additionalSets) {
};
}
function _parseError(err) {
function _parseError (err) {
let parsedError;
if (apiVersion === 'v2') {