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