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.
service4.js
1 parent 3a328ad commit 911cbf5Copy full SHA for 911cbf5
javascript/frameworks/cap/test/models/cds/remoteflowsources/srv/service4.js
@@ -1,6 +1,6 @@
1
const cds = require("@sap/cds");
2
3
-module.exports = class Service5 extends cds.ApplicationService {
+module.exports = class Service4 extends cds.ApplicationService {
4
init() {
5
this.on("send1", async (req) => {
6
const { messageToPass } = req.data; // SAFE: Unexposed service, not a taint source
0 commit comments