We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596e9d1 commit 6965e51Copy full SHA for 6965e51
1 file changed
lib/nano.js
@@ -60,7 +60,7 @@ module.exports = exports = nano = function dbScope(cfg) {
60
return db;
61
}
62
63
-
+
64
function scrub(str) {
65
if (str) {
66
str = str.replace(/\/\/(.*)@/,"//XXXXXX:XXXXXX@");
@@ -729,7 +729,8 @@ module.exports = exports = nano = function dbScope(cfg) {
729
search: viewSearch,
730
spatial: viewSpatial,
731
view: viewDocs,
732
- viewWithList: viewWithList
+ viewWithList: viewWithList,
733
+ server: serverScope
734
};
735
736
docScope.view.compact = function(ddoc, cb) {
0 commit comments