Skip to content

Commit

Permalink
retry again
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Feb 20, 2016
1 parent 0d056ab commit d50d4a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/databases/elasticsearch.js
Expand Up @@ -58,7 +58,6 @@ _.extend(ElasticSearchSessionStore.prototype, {
self.emit('disconnect');
}
if (callback && !callbacked) {
callbacked = true;
callback(err, self);
}
return;
Expand Down
1 change: 0 additions & 1 deletion test/sessionStoreTest.js
Expand Up @@ -63,7 +63,6 @@ describe('SessionStore', function() {
describe('with options containing a type property with the value of', function() {

var types = ['inmemory', 'mongodb', 'tingodb', 'redis', 'memcached', 'couchdb', 'elasticsearch'];
var types = ['elasticsearch'];

types.forEach(function(type) {

Expand Down

0 comments on commit d50d4a0

Please sign in to comment.