mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-04-02 08:20:50 +00:00
Compare commits
2 Commits
0.0.1
...
fix/missin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
590db8aafa | ||
|
|
c996a67dc2 |
@@ -110,4 +110,4 @@ function validateVerb(name, data, logger) {
|
||||
if (required.length > 0) throw new Error(`${name}: missing value for ${required}`);
|
||||
}
|
||||
|
||||
module.exports = { normalizeJambones, validate };
|
||||
module.exports = { normalizeJambones, validate, validateVerb };
|
||||
|
||||
Reference in New Issue
Block a user