typo in paymentProcessor

This commit is contained in:
Eugene@ubuntu 2014-03-27 08:55:58 +04:00
parent 98619910d0
commit b73b6a828e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = function(logger){
function SetupForPool(logger, poolOptions){
if (!poolOptions.shareProcessing ||
poolOptions.shareProcessing.internal ||
!poolOptions.shareProcessing.internal ||
!poolOptions.shareProcessing.internal.enabled)
return;