Skip to content

Commit 3721d9e

Browse files
author
loay
committed
Add setDefaultOptions function
1 parent 0f2dbef commit 3721d9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/discovery.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,7 @@ function mixinDiscovery(PostgreSQL) {
325325
cb(err, indexData);
326326
});
327327
};
328+
329+
PostgreSQL.prototype.setDefaultOptions = function(options) {
330+
};
328331
}

0 commit comments

Comments
 (0)