Skip to content

Commit 83bc9ca

Browse files
harm-lessProKashif
andauthored
Code style fix
Co-authored-by: Kashif Ahmed <[email protected]>
1 parent 92e4e99 commit 83bc9ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ export class FieldDirectiveCollection extends MetadataListByNameCollection<Prope
88

99
add(value: PropertyDirectiveMetadata) {
1010
const combinationKey = `${value.sdl}${value.fieldName}`;
11-
if (this.uniqueCombinations.has(combinationKey)) {
12-
return;
13-
}
11+
if (this.uniqueCombinations.has(combinationKey)) return;
1412

1513
super.add(value, value.fieldName);
1614

0 commit comments

Comments
 (0)