1
0
Fork 0

Fix a typo.

This commit is contained in:
Frank Celler 2016-10-13 10:15:23 +00:00
parent faf5e5a090
commit f949b49987
1 changed files with 1 additions and 1 deletions

View File

@ -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
};