Skip to content

Commit 0576897

Browse files
committed
Remove meaningless EXPORTABLE
1 parent 2e76452 commit 0576897

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/AddConnectionFilterOperatorPlugin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const AddConnectionFilterOperatorPlugin: GraphileConfig.Plugin = {
5050
},
5151
GraphQLInputObjectType_fields(inFields, build, context) {
5252
let fields = inFields;
53-
const { EXPORTABLE } = build;
5453
const {
5554
scope: { pgConnectionFilterOperators },
5655
Self,
@@ -118,7 +117,7 @@ export const AddConnectionFilterOperatorPlugin: GraphileConfig.Plugin = {
118117
);
119118
}
120119

121-
return EXPORTABLE((fields) => fields, [fields]);
120+
return fields;
122121
},
123122
},
124123
},

0 commit comments

Comments
 (0)