Skip to content

Commit

Permalink
Update web.js
Browse files Browse the repository at this point in the history
  • Loading branch information
David Byrd committed Dec 12, 2012
1 parent e886242 commit 3aa96dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.js
Expand Up @@ -6,7 +6,7 @@ memjs = MemJS.create();
var app = express.createServer(express.logger());

app.get('/', function(request, response) {
memjs.get("latest", function(value) {
memjs.get("latest", function(err, value) {
if (value) {
response.send(value.toString());
} else {
Expand Down

0 comments on commit 3aa96dc

Please sign in to comment.