Skip to content

Conversation

orthagonal
Copy link
Collaborator

No description provided.

index.js Outdated
value.options.validateFunc = (request, session, callback) => {
const method = _.get(server.methods, validateFn);
if (!method) {
const msg = `could not find validate method ${validateFn} in server.methods`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be new Error(...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants