Open shafhik opened 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);
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.