Skip to content

Commit 7399e92

Browse files
authored
Update app/browse-genres/fiori-service.cds
1 parent adc1620 commit 7399e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/browse-genres/fiori-service.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ annotate CatalogService.GenreHierarchy with @Aggregation.RecursiveHierarchy#Genr
1111
ParentNavigationProperty: parent // navigates to a node's parent
1212
};
1313

14-
annotate CatalogService.GenreHierarchy with @Hierarchy.RecursiveHierarchy#GenreHierarchy: {
14+
annotate CatalogService.GenreHierarchy with @Hierarchy.RecursiveHierarchy#GenreHierarchy: {
1515
$Type: 'Hierarchy.RecursiveHierarchyType',
1616
LimitedDescendantCount: LimitedDescendantCount,
1717
DistanceFromRoot: DistanceFromRoot,

0 commit comments

Comments
 (0)