synapsestudios / hapi-async-validation

1 stars 1 forks source link

Update for hapi 17 #6

Closed spruce-bruce closed 6 years ago

spruce-bruce commented 6 years ago

The new custom validation function signature changed from function(values, options, next) to async function(value, options)

we should update to that