mirror of https://gitee.com/bigwinds/arangodb
bugfix 'collection' is already defined.
This commit is contained in:
parent
69fd2b5bb1
commit
846163e8e4
|
@ -884,7 +884,6 @@ function get_api_structure(req, res) {
|
|||
function post_api_structure (req, res) {
|
||||
// POST /_api/structure
|
||||
var body;
|
||||
var collection;
|
||||
var structure;
|
||||
|
||||
var collection = getCollectionByRequest(req, res);
|
||||
|
|
Loading…
Reference in New Issue