mirror of https://gitee.com/bigwinds/arangodb
Fix a typo.
This commit is contained in:
parent
faf5e5a090
commit
f949b49987
|
@ -174,7 +174,7 @@ function graphForClient (g) {
|
|||
orphanCollections: g._orphanCollections(),
|
||||
isSmart: g.__isSmart || false,
|
||||
numberOfShards: g.__numberOfShards || 0,
|
||||
smartGraphAttribute: g.__smartGraphAttribute || ""
|
||||
smartGraphAttribute: g.__smartGraphAttribute || "",
|
||||
_id: g.__id,
|
||||
_rev: g.__rev
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue