Added workaround for bug in compiler
This commit is contained in:
@@ -20,7 +20,6 @@ cds.on('listening', async()=>{
|
||||
// return tx.update (Books, subject) .with ({rating})
|
||||
})
|
||||
|
||||
console.log (Reviews.name)
|
||||
// delegate requests to read reviews to ReviewsService
|
||||
CatalogService.impl (srv => {
|
||||
srv.on ('READ', 'Books/reviews', (req) => {
|
||||
|
||||
Reference in New Issue
Block a user