Skip to content

Commit

Permalink
wipppppp
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed May 10, 2024
1 parent c1bf83b commit 15edfbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CountItems/CountMaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { threshold, frequency } = require('../utils/constants');


class CountMaster {
static waitingForPromScraping = false; // eslint-disable-line no-undef
static waitingForPromScraping = false;

constructor(params) {
this.log = params.log;
Expand Down Expand Up @@ -58,7 +58,7 @@ class CountMaster {
this.log.info('got buckets infos', {
bucketCount: bucketList.bucketCount,
});
monitoring.bucketCount.set(bucketList.bucketCount);
// monitoring.bucketCount.set(bucketList.bucketCount);
this.manager.addWork(bucketList);
return next();
}),
Expand Down

0 comments on commit 15edfbf

Please sign in to comment.