We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476d8bd commit d4669beCopy full SHA for d4669be
example-cap-server/srv/service/check-service.js
@@ -29,6 +29,6 @@ const priorityHandler = async (context) => {
29
};
30
31
module.exports = async (srv) => {
32
- const { priority } = srv.operations("CheckService");
+ const { priority } = srv.operations;
33
srv.on(priority, priorityHandler);
34
0 commit comments