Skip to content

Commit

Permalink
Fix persistence not receiving requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dv committed Jan 19, 2012
1 parent 9b209bc commit 27e3caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -90,7 +90,7 @@ if (config.persist) {
persistence.touch(channel);
});

sockets.on("publish", function(channel, data) {
sockets.on("request", function(channel, data) {
persistence.pushRequest(channel, data);
});

Expand Down

0 comments on commit 27e3caa

Please sign in to comment.