Skip to content

Commit dd5d451

Browse files
committed
fixed syntax error in cds file.
1 parent af66e30 commit dd5d451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/common.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ annotate my.Books with
5252
TypeImageUrl : 'sap-icon://course-book',
5353
Title : {Value : title},
5454
Description : {Value : author.name}
55-
}, });
55+
}});
5656

5757

5858
////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)