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 7ffeb53 commit 76c8b03Copy full SHA for 76c8b03
_app/models/app.js
@@ -24,7 +24,7 @@ module.exports = {
24
/*
25
checkStuff: function (send, done) {
26
setInterval(function () {
27
- send('<%= name %>:update, data, function (err) {
+ send('update', data, function (err) {
28
if (err) return done(err)
29
})
30
}, 1000)
_generators/model.js
@@ -25,7 +25,7 @@ const <%= name %> = {
- send('update', data, function (err) {
+ send('<%= name %>:update', data, function (err) {
31
0 commit comments