Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhov authored and beikov committed Jan 7, 2025
1 parent 5db73a1 commit 0c9bf32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ public void applyFetches(DataFetchingEnvironment dataFetchingEnvironment, Entity
"No type is registered for the name: " + typeName);
}

String mappedFieldPart = typeMapping.get(fieldName);
String mappedFieldPart = typeMapping.get(fieldName);
if (mappedFieldPart == null) {
// fieldName cannot be mapped to an entity view field, probably because it's a non-DB field with a default -> ignore the whole field
continue OUTER;
Expand Down

0 comments on commit 0c9bf32

Please sign in to comment.