Skip to content

Commit

Permalink
remove unlock call
Browse files Browse the repository at this point in the history
  • Loading branch information
schnie committed May 7, 2015
1 parent db03383 commit d11a79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/kue.js
Expand Up @@ -193,7 +193,6 @@ Queue.prototype.checkJobPromotion = function( promotionOptions ) {
job.inactive(doUnlock);
});
});
unlock();
});
} else {
// The lock was not established by us, be silent
Expand Down

0 comments on commit d11a79c

Please sign in to comment.