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.
1 parent 1b1ca5c commit 314516cCopy full SHA for 314516c
package.json
@@ -30,7 +30,7 @@
30
}
31
},
32
"notify-to-console": {
33
- "impl": "@cap-js/alert-notification/srv/notify2console",
+ "impl": "@cap-js/alert-notification/srv/notifyToConsole",
34
"outbox": false
35
36
srv/notify2console.js renamed to srv/notifyToConsole.js
@@ -1,6 +1,6 @@
1
const AlertNotificationService = require('./service')
2
3
-module.exports = class Alert2Console extends AlertNotificationService {
+module.exports = class NotifyToConsole extends AlertNotificationService {
4
async init() {
5
6
// call AlertNotificationService's init
0 commit comments