Skip to content

Commit 911cbf5

Browse files
committed
Fix the name of the service in service4.js
1 parent 3a328ad commit 911cbf5

File tree

1 file changed

+1
-1
lines changed
  • javascript/frameworks/cap/test/models/cds/remoteflowsources/srv

1 file changed

+1
-1
lines changed

javascript/frameworks/cap/test/models/cds/remoteflowsources/srv/service4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const cds = require("@sap/cds");
22

3-
module.exports = class Service5 extends cds.ApplicationService {
3+
module.exports = class Service4 extends cds.ApplicationService {
44
init() {
55
this.on("send1", async (req) => {
66
const { messageToPass } = req.data; // SAFE: Unexposed service, not a taint source

0 commit comments

Comments
 (0)