Skip to content

Commit d0ac399

Browse files
committed
Whoops.
1 parent b0968cd commit d0ac399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ddpclient.connect(function(error) {
2020
console.log('called function, result: ' + result);
2121
});
2222

23-
ddpclient.subscribe('allPackages', [], function() {
23+
ddpclient.subscribe('posts', [], function() {
2424
console.log('posts complete:');
2525
console.log(ddpclient.collections.posts);
2626
});

0 commit comments

Comments
 (0)