Skip to content

Commit ff448a6

Browse files
author
loay
committed
Fix typo
1 parent 00bfd7c commit ff448a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/discovery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,6 @@ function mixinDiscovery(PostgreSQL) {
329329
PostgreSQL.prototype.setDefaultOptions = function(options) {
330330
};
331331

332-
PostgreSQL.prototype.setNullableProperties = function(options) {
332+
PostgreSQL.prototype.setNullableProperties = function(r) {
333333
};
334334
}

0 commit comments

Comments
 (0)