mirror of https://gitee.com/bigwinds/arangodb
query view bugfix
This commit is contained in:
parent
b27ad1288a
commit
3ba13e7b2c
|
@ -1517,7 +1517,7 @@
|
|||
});
|
||||
data.bindVars = this.bindParamTableObj;
|
||||
}
|
||||
if (Object.keys(data.bindVars).length > 0) {
|
||||
if (Object.keys(bindVars).length > 0) {
|
||||
data.bindVars = bindVars;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue