import from @sap/cds instead of @sap/cds/lib

This commit is contained in:
Daniel Hutzel
2024-05-14 15:57:14 +02:00
parent aaa94e2d5f
commit c6b88f6b66
11 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
const cds = require ('@sap/cds/lib')
const cds = require ('@sap/cds')
const LOG = cds.log('cds.log')
module.exports = class LogService extends cds.Service {