cosmetic changes

This commit is contained in:
Daniel
2021-05-13 12:29:22 +02:00
committed by Uwe Klinger
parent 9277aa12da
commit 6412df75dd
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ service ReviewsService {
// Async API
event reviewed : projection on Reviews {
subject,
rating
subject, //> recieved new reviews
rating //> new avg rating
}
// Input validation

View File

@@ -74,7 +74,7 @@ extend service AdminService with {
traffic on S4 backends.
*/
extend projection CatalogService.ListOfBooks with {
supplier
supplier.name as supplier
}
// Extend S4 service with not modelled event