Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when validating couchdb view, give the function a name (2600hz#6518)
* when validating couchdb view, give the function a name We use CouchDB `couchjs` to validate that view are a valid Javascript code and has no syntax error. Start with CouchDB 3, `couchjs` is changed now it really require that we pass it a valid function statement with name. This adds a name to function before writing it to file for validation.
- Loading branch information