ordent / ramenbox

1 stars 0 forks source link

unused validation variable #12

Open shafhik opened 4 years ago

shafhik commented 4 years ago

in RamenService most of the method has unused validation variable, not sure is that method only check validation or the variable supposed to be passed on next hook event.

  const validation = yield this.validate(body, "post");
  yield this.postItemHook("AFTER-VALIDATE", body, relations);