Commit 52aa03812c58c1d886536058e3324cb2b59ad172

Authored by Adhidarma Hadiwinoto
1 parent 4d1bffff8e
Exists in master

make mongodb is not mandatory

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -618,7 +618,7 @@ function callbackReport(requestId, responseCode, message, retry) {
618 618  
619 619 function updateStockFromMessage(requestId, message) {
620 620 if (!redisClient) return;
621   -
  621 +
622 622 if (!config.globals.stock_regex || !config.globals.stock_regex_index) {
623 623 return;
624 624 }