Skip to content

Commit

Permalink
allign with old branch
Browse files Browse the repository at this point in the history
  • Loading branch information
galcohen92 committed Apr 1, 2019
1 parent ec3dcbd commit 6bdb9c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/inputValidationError.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ const buildDataPath = function(error) {
if (error.dataPath === '') {
return 'body';
}

return undefined;
};

module.exports = InputValidationError;

0 comments on commit 6bdb9c2

Please sign in to comment.