cosmetics

This commit is contained in:
Daniel
2021-03-23 20:48:17 +01:00
parent 6e88453dea
commit adaeb6ab05
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
const cds = require ('@sap/cds')
cds.on('served', async ()=>{ try {
cds.on('listening', async ()=>{ try { //> just to see the output at the end; will later on be in db service impl
console.log ('\nFilling database with initial data...')
const m = cds.model.minified() //> we likely should do that by default
const tx = cds.tx()