Skip to content

Commit 0ace301

Browse files
Update packages/graphql/lib/schema-builder/collections/field-directive.collection.ts
1 parent 3c4086e commit 0ace301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql/lib/schema-builder/collections/field-directive.collection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class FieldDirectiveCollection extends MetadataListByNameCollection<Prope
99
add(value: PropertyDirectiveMetadata) {
1010
const combinationKey = `${value.sdl}${value.fieldName}`;
1111
if (this.uniqueCombinations.has(combinationKey)) {
12-
return;
12+
return;
1313
}
1414

1515
super.add(value, value.fieldName);

0 commit comments

Comments
 (0)