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.
2 parents f19ec71 + c3615cd commit 0373765Copy full SHA for 0373765
_app/models/app.js
@@ -16,13 +16,13 @@ module.exports = {
16
}
17
*/
18
},
19
- subscriptions: [
+ subscriptions: {
20
// asynchronous read-only operations that don't modify state directly.
21
// Can call actions. Signature of (send, done).
22
/*
23
(send, done) => {
24
// do stuff
25
26
27
- ]
+ }
28
_generators/model.js
@@ -17,15 +17,15 @@ const <%= name %> = {
29
30
31
module.exports = <%= name %>
0 commit comments