Skip to content

Commit

Permalink
bug. render() shutdown redis connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
killedbymemory committed May 2, 2012
1 parent bdda39a commit ac9f237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cinema21.js
Expand Up @@ -417,9 +417,9 @@ Cinema21.prototype.theater = function(id) {
if (result == 'OK') {
console.log('theater detail successfully saved');
}
});

self.render(response);
self.render(response);
});
} else {
console.log('Not completed yet. Still cannot render theater response');
}
Expand Down

0 comments on commit ac9f237

Please sign in to comment.