Skip to content

Commit 7ad3fba

Browse files
committed
Remove reference to obsolete connectionFilterUsesShortNames
1 parent a27babe commit 7ad3fba

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/PgConnectionArgFilterOperatorsPlugin.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
module.exports = function PgConnectionArgFilterOperatorsPlugin(
2-
builder,
3-
{ connectionFilterUsesShortNames = false } = {}
4-
) {
5-
if (connectionFilterUsesShortNames !== false) {
6-
console.warn(
7-
"The `connectionFilterUsesShortNames` option is obsolete; please use `connectionFilterOperatorNames` instead. See README.md for details."
8-
);
9-
}
1+
module.exports = function PgConnectionArgFilterOperatorsPlugin(builder) {
102
builder.hook(
113
"init",
124
(

0 commit comments

Comments
 (0)