Skip to content

Commit 2d768ea

Browse files
authored
fix(graphql): fix tag mapper (datahub-project#3223)
1 parent 9887ca9 commit 2d768ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/types/tag/mappers/TagSnapshotMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public Tag apply(@Nonnull final TagSnapshot tag) {
3737
if (TagProperties.class.cast(aspect).hasDescription()) {
3838
result.setDescription(TagProperties.class.cast(aspect).getDescription());
3939
}
40-
result.setName(TagProperties.class.cast(aspect).getName());
4140
} else if (aspect instanceof Ownership) {
4241
result.setOwnership(OwnershipMapper.map((Ownership) aspect));
4342
}

0 commit comments

Comments
 (0)