mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
6f9d6b2ad0
commit
b4454fa91a
|
@ -441,7 +441,6 @@
|
|||
try {
|
||||
Joi.assert(url, Joi.string().regex(/^[a-zA-Z0-9_\-]+\/[a-zA-Z0-9_\-]+$/));
|
||||
} catch (e) {
|
||||
console.log(e.message);
|
||||
return;
|
||||
}
|
||||
//send server req through collection
|
||||
|
|
Loading…
Reference in New Issue