We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
class AuditLogService extends cds.Service
1 parent a489489 commit c94e124Copy full SHA for c94e124
srv/service.js
@@ -1,8 +1,6 @@
1
const cds = require('@sap/cds')
2
3
-const Base = cds.outboxed ? cds.Service : require('@sap/cds/libx/_runtime/messaging/Outbox')
4
-
5
-module.exports = class AuditLogService extends Base {
+module.exports = class AuditLogService extends cds.Service {
6
async init() {
7
// add common audit log entry fields
8
this.before('*', req => {
0 commit comments