Added workaround for bug in compiler

This commit is contained in:
Daniel
2020-03-08 14:02:33 +01:00
parent d8d3b57929
commit 79d624e798
3 changed files with 10 additions and 2 deletions

View File

@@ -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) => {