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 b0968cd commit d0ac399Copy full SHA for d0ac399
examples/example.js
@@ -20,7 +20,7 @@ ddpclient.connect(function(error) {
20
console.log('called function, result: ' + result);
21
});
22
23
- ddpclient.subscribe('allPackages', [], function() {
+ ddpclient.subscribe('posts', [], function() {
24
console.log('posts complete:');
25
console.log(ddpclient.collections.posts);
26
0 commit comments