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 // Async API
event reviewed : projection on Reviews { event reviewed : projection on Reviews {
subject, subject, //> recieved new reviews
rating rating //> new avg rating
} }
// Input validation // Input validation

View File

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