Skip to content

Commit c94e124

Browse files
authored
chore: class AuditLogService extends cds.Service (#146)
1 parent a489489 commit c94e124

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

srv/service.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
const cds = require('@sap/cds')
22

3-
const Base = cds.outboxed ? cds.Service : require('@sap/cds/libx/_runtime/messaging/Outbox')
4-
5-
module.exports = class AuditLogService extends Base {
3+
module.exports = class AuditLogService extends cds.Service {
64
async init() {
75
// add common audit log entry fields
86
this.before('*', req => {

0 commit comments

Comments
 (0)