Skip to content

Commit

Permalink
feature(fix): fix hound reporting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesIraguha committed Apr 23, 2019
1 parent d17eec5 commit aad757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class Validator {
}
return errors;
}

static newArticleValidation(data) {
let error;
const { title, body, description } = data;
Expand Down

0 comments on commit aad757e

Please sign in to comment.