Skip to content

Commit 314516c

Browse files
committed
name changes
1 parent 1b1ca5c commit 314516c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"notify-to-console": {
33-
"impl": "@cap-js/alert-notification/srv/notify2console",
33+
"impl": "@cap-js/alert-notification/srv/notifyToConsole",
3434
"outbox": false
3535
}
3636
}

srv/notify2console.js renamed to srv/notifyToConsole.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const AlertNotificationService = require('./service')
22

3-
module.exports = class Alert2Console extends AlertNotificationService {
3+
module.exports = class NotifyToConsole extends AlertNotificationService {
44
async init() {
55

66
// call AlertNotificationService's init

0 commit comments

Comments
 (0)